Read the full tutorial here:
>> Build a modern Android chat app with Kotlin
This demo app shows how to build an Android group chat app with Kotlin:
To run the demo follow these steps:
- Head to CometChat Pro and create an account
- From the dashboard, create a new app called "Kotlin Group Chat"
- One created, click Explore
- Go to the API Keys tab and click Create API Key
- Create an API key called "Kotlin Group Chat Key" with Full Access
- Download the repository here or by running
git clone https://github.com/cometchat-pro-samples/kotlin-group-chat.git
and open it in Android Studio - Update strings.xml with your newly-created
appID
andapiKey
- Run the app and login with one of the test users: superhero1, superhero2, superhero3, superhero4 or superhero5
Questions about running the demo? Open an issue. We're here to help โ๏ธ
- ๐ CometChat Homepage
- ๐ Create your free account
- ๐ Documentation
- ๐พ GitHub