Skip to content

Commit

Permalink
Update getStarted.html
Browse files Browse the repository at this point in the history
  • Loading branch information
bulantsevajo authored Feb 15, 2024
1 parent d18e509 commit 5295e0d
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions docs/getStarted.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<div id="prerequisites" class="sec">
<h1 class="bottom-border" id="gettingStarted">Getting Started with Swift for Android</h1>
<!-- <div id="prerequisites" class="content-div">-->
<h3 >1. Prerequisites</h3>
<h3 >Prerequisites</h3>
<p>
Before you begin Swift development for Android, make sure you have the following tools installed:
</p>
Expand All @@ -50,7 +50,7 @@ <h3 >1. Prerequisites</h3>
</ol>
</div>
<div id="install" class="sec">
<h3 >2. How to Install Swift for Android</h3>
<h3 >How to Install Swift for Android</h3>
<h4>For macOS</h4>
<p>
Before setting up Swift for Android, ensure that you have Android Studio installed on your macOS. Follow these steps:
Expand Down Expand Up @@ -93,12 +93,10 @@ <h4>For macOS</h4>
<h4>For Linux</h4>
<pre>Currently Swift for Android is available for macOS only. It will be available for Linux very soon.</pre>

<h3>3. Next Steps: Create a Hello World App on Android Studio using Swift</h3>
<pre class="bottom-border">Refer <a href="https://github.com/6vedant/swift-for-android-docs/blob/main/HowToCreateHelloWorldApp.md">here</a> to quickly create and run the app on Android Studio using Swift.</pre>
</div>

<div id="helloWorld" class="sec">
<h2>How to Create a Hello World Application</h2>
<h3>How to Create a Hello World Application</h3>
<ol class="dots">
<li class="inter-regular">Open Android Studio.</li>
<li class="inter-regular">Begin a new project by selecting "File" > "New" > "New Project."</li>
Expand Down Expand Up @@ -345,7 +343,7 @@ <h3>Run the Hello World App</h3>

<img src="img/mobile-code-example.jpg" alt="" class="mobile-code-example">

<p class="bottom-border null-margin">Source Code: Please find the source code of Hello World App(Swift for Android) <a href="https://github.com/6vedant/swift-for-android-hello-world">here</a></p>
<p class="bottom-border null-margin">Source Code: Please find the source code of Hello World App(Swift for Android) <a href="https://github.com/scade-platform/FusionExamples/tree/main/swift-for-android-hello-world-main">here</a></p>
</div>

<div id="goFurther" class="sec">
Expand Down Expand Up @@ -610,4 +608,4 @@ <h2>Go Further</h2>
});
</script>
</body>
</html>
</html>

0 comments on commit 5295e0d

Please sign in to comment.