You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Read the full tutorial here:
4
4
5
-
[**>> Build a modern Android chat app with Kotlin**](https://paper.dropbox.com/doc/Build-a-modern-Android-chat-app-with-Kotlin--AXnKQvBG15aDT9uHJiOgeIblAg-RkqBGaoZOAfzHR1ARj3Hs)
5
+
[**>> Build a modern Android chat app with Kotlin**](https://www.cometchat.com/pro/tutorials/build-a-modern-android-chat-app-with-kotlin/?utm_source=github&utm_medium=example-code-readme)
6
6
7
7
This demo app shows how to build an Android group chat app with Kotlin:
8
8
@@ -12,23 +12,23 @@ This demo app shows how to build an Android group chat app with Kotlin:
12
12
13
13
To run the demo follow these steps:
14
14
15
-
1.[Create a CometChat account](https://app.cometchat.com) if you haven't already
16
-
2. From the [dashboard](https://app.cometchat.com/#/apps), create a new app called "Kotlin Group Chat"
15
+
1.[Head to CometChat Pro and create an account](https://cometchat.com/pro?utm_source=github&utm_medium=example-code-readme)
16
+
2. From the [dashboard](https://app.cometchat.com/?utm_source=github&utm_medium=example-code-readme), create a new app called "Kotlin Group Chat"
17
17
3. One created, click **Explore**
18
18
4. Go to the **API Keys** tab and click **Create API Key**
19
19
5. Create an API key called "Kotlin Group Chat Key" with **Full Access**
20
-
4. Download the repository [here](https://github.com/bookercodes/kotlin-group-chat/archive/master.zip) or by running `git clone https://github.com/arthlimchiu/CometChatPro-Tutorial.git` and open it in Android Studio
21
-
5. Update [strings.xml](https://github.com/bookercodes/kotlin-group-chat/blob/master/app/src/main/res/values/strings.xml) with your newly-created `appID` and `apiKey`
20
+
4. Download the repository [here](https://github.com/cometchat-pro-samples/kotlin-group-chat/archive/master.zip) or by running `git clone https://github.com/cometchat-pro-samples/kotlin-group-chat.git` and open it in Android Studio
21
+
5. Update [strings.xml](https://github.com/cometchat-pro-samples/kotlin-group-chat/blob/master/app/src/main/res/values/strings.xml) with your newly-created `appID` and `apiKey`
22
22
6. Run the app and login with one of the test users: superhero1, superhero2, superhero3, superhero4 or superhero5
23
23
24
-
Questions about running the demo? [Open an issue](https://github.com/bookercodes/kotlin-group-chat/issues). We're here to help ✌️
24
+
Questions about running the demo? [Open an issue](https://github.com/cometchat-pro-samples/kotlin-group-chat/issues). We're here to help ✌️
0 commit comments