This is a reference application showcasing the integration of CometChat's Android UI Kit within an Android framework. It provides developers with examples of implementing real-time messaging and voice and video calling features in their own Android-based applications.
- Android Studio
- Android Device or emulator with Android version 6.0 or above.
- Java 8 or above.
- Sign up for a CometChat account to get your app credentials:
App ID
,Region
, andAuth Key
-
Clone the repository:
git clone https://github.com/cometchat/cometchat-sample-app-android-java.git
-
In Android Studio, open the project cometchat-sample-app-android-java
-
Enter your CometChat
App ID
,Region
, andAuth Key
in the AppConstants.java file: https://github.com/cometchat/cometchat-sample-app-android-java/blob/1a404a36789639fa6198dc69452718f246cd082c/app/src/main/java/com/cometchat/javasampleapp/AppConstants.java#L3-L11 -
Run the app on a device or emulator.
For issues running the project or integrating with our UI Kits, consult our documentation or create a support ticket or seek real-time support via the CometChat Dashboard.