Read the full tutorial here:
>> Build a modern Android chat app with Kotlin
This example shows how to build an anonymous group chat with Kotlin:
<SCREENSHOT - PLEASE ENSURE SCREENSHOTS LIVE IN A /screenshots FOLDER>
This demo uses:
- CometChat Pro Kotlin 0.10
- 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