Skip to content

Commit 74dd268

Browse files
committed
Refer to android java in kotlin doc and vice versa
1 parent 26a7303 commit 74dd268

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

src/routes/docs/quick-starts/android-java/+page.markdoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ back: /docs/quick-starts
99

1010
Learn how to setup your first Android project powered by Appwrite and the [Appwrite Android SDK](https://github.com/appwrite/sdk-for-android) using Java.
1111

12+
{% info title="Using Kotlin?" %}
13+
Check out the [Start with Android (Kotlin)](/docs/quick-starts/android) guide.
14+
{% /info %}
15+
1216
{% section #step-1 step=1 title="Create Android project" %}
1317
Open Android Studio and click **New Project** to create a new project.
1418

@@ -75,7 +79,7 @@ You can find your Appwrite project ID in you project settings screen in your App
7579
```
7680
{% /section %}
7781

78-
{% section #step-4 step=4 title="Create Appwrite Helper Class" %}
82+
{% section #step-4 step=4 title="Create Appwrite helper class" %}
7983
Find your project's ID in the **Settings** page.
8084

8185
{% only_dark %}

src/routes/docs/quick-starts/android/+page.markdoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ back: /docs/quick-starts
99

1010
Learn how to setup your first Android project powered by Appwrite and the [Appwrite Android SDK](https://github.com/appwrite/sdk-for-android).
1111

12+
{% info title="Using Java?" %}
13+
Check out the [Start with Android (Java)](/docs/quick-starts/android-java) guide.
14+
{% /info %}
15+
1216
{% section #step-1 step=1 title="Create Android project" %}
1317
Open Android Studio and click **New Project** to create a new project.
1418

0 commit comments

Comments
 (0)