Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yadavmangesh authored Oct 23, 2019
1 parent 6e079ee commit af164f2
Showing 1 changed file with 33 additions and 5 deletions.
38 changes: 33 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,35 @@ CometChat Android Demo app (built using **CometChat Pro**) is a fully functional
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

## v2 Apps

To run our open source app with CometChat Pro v2, follow these steps:

1. Navigate to v2 folder

- modify *APP_ID* and *API_KEY* with your own **ApiKey** , **AppId** and **REGION**

`public static final String APP_ID = "XXXXXXXXX";`

` public static final String API_KEY = "XXXXXXXXX";`
`public static final String REGION = "XXXXXXXXX";`

2. Build and run the Sample App.

## v1 Apps

To run our open source app with CometChat Pro v1, follow these steps:

1. Navigate to v1 folder

- 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";`
2. Build and run the Sample App.



Expand Down Expand Up @@ -76,19 +104,19 @@ CometChat Android Demo app (built using **CometChat Pro**) is a fully functional

## Screenshots

<img align="left" width="185" height="331" src="https://github.com/CometChat-Pulse/android-java-chat-app/blob/master/ScreenShots/gif1.gif">
<img align="left" width="185" height="331" src="https://github.com/CometChat-Pulse/android-java-chat-app/blob/master/v2/ScreenShots/gif1.gif">


<img align="left" width="185" height="331" src="https://github.com/CometChat-Pulse/android-java-chat-app/blob/master/ScreenShots/gif2.gif">
<img align="left" width="185" height="331" src="https://github.com/CometChat-Pulse/android-java-chat-app/blob/master/v2/ScreenShots/gif2.gif">


<img align="left" width="185" height="331" src="https://github.com/CometChat-Pulse/android-java-chat-app/blob/master/ScreenShots/gif3.gif">
<img align="left" width="185" height="331" src="https://github.com/CometChat-Pulse/android-java-chat-app/blob/master/v2/ScreenShots/gif3.gif">



<img align="left" width="185" height="331" src="https://github.com/CometChat-Pulse/android-java-chat-app/blob/master/ScreenShots/gif4.gif">
<img align="left" width="185" height="331" src="https://github.com/CometChat-Pulse/android-java-chat-app/blob/master/v2/ScreenShots/gif4.gif">

` `<br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br>
` `<br></br><br></br><br></br><br></br><br></br><br></br><br></br><br></br></br>


## Contribute
Expand Down

0 comments on commit af164f2

Please sign in to comment.