Skip to content

ketanyekale/android-java-chat-app

 
 

Repository files navigation

CometChat Pulse

CometChat Pulse


The Most Prominent Voice, Video and Text Chat App



Platform Platform

Table of Content

  1. Installation

  2. Run the Sample App

  3. ScreenShots

  4. Contribute

Installtion

Simply Clone the project from android-java-chat-app repository and open in Android Studio. Build the Demo App and it will be ready to Run

Run the Sample App

To Run to sample App you have to do the following changes by Adding ApiKey and AppId

  • Open the Project in Android Mode in Android Studio

  • Go to Under java --> com\inscripts\cometchatpulse\demo --> Contracts --> StringContract

  • Under class StringContract.class go to static class named AppDetails

  • modify APP_ID and API_KEY with your own ApiKey and AppId

    public static final String APP_ID = "XXXXXXXXX";

    public static final String API_KEY = "XXXXXXXXX";

Note

You can Obtain your APP_ID and API_KEY from CometChat-Pulse Dashboard

For more information read CometChat-Pulse Android SDK Documentation

Studio Guide ApiKey

ScreenShots

Contribute

Feel free to make any suggestion or Contribution to the App.

You can Download and Modify the Source code according to your need.

Also you can start directly using the App.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%