Skip to content

Commit

Permalink
Updated readme files
Browse files Browse the repository at this point in the history
  • Loading branch information
ketanyekale authored Jan 3, 2025
1 parent 3ea24a2 commit 12d7cb3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions sample-app-java+push-notification/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<img alt="CometChat" src="https://assets.cometchat.io/website/images/logos/banner.png">
</p>

# Android Sample App by CometChat
# Android Sample App with Push Notifications for Java by CometChat

This is a reference application showcasing the integration of [CometChat's Android UI Kit](https://www.cometchat.com/docs/ui-kit/android/5.0/overview) in a native Android application using Kotlin. It demonstrates how to implement real-time messaging and voice/video calling features with ease.

Expand Down Expand Up @@ -36,7 +36,7 @@ This is a reference application showcasing the integration of [CometChat's Andro
4. Sync Gradle to ensure all dependencies are downloaded.

5. `[Optional]` Enter your CometChat _`App ID`_, _`Region`_, and _`Auth Key`_ in the [AppCredentials.java](src/main/java/com/cometchat/sampleapp/java/fcm/AppCredentials.java) file:
file:https://github.com/cometchat/cometchat-sample-app-android-kotlin/blob/b7b7c0d76eb70960728e6622ed7f70ab4e45b4af/sample-app-java%2Bpush-notification/src/main/java/com/cometchat/sampleapp/java/fcm/AppCredentials.java#L3-L11
file:https://github.com/cometchat/cometchat-uikit-android/blob/b7b7c0d76eb70960728e6622ed7f70ab4e45b4af/sample-app-java%2Bpush-notification/src/main/java/com/cometchat/sampleapp/java/fcm/AppCredentials.java#L3-L11

6. Set up Firebase Cloud Messaging (FCM) by following the below steps
- Go to the [Firebase Console](https://console.firebase.google.com/) and create a project.
Expand Down
4 changes: 2 additions & 2 deletions sample-app-java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<img alt="CometChat" src="https://assets.cometchat.io/website/images/logos/banner.png">
</p>

# Android Sample App by CometChat
# Android Sample App for Java by CometChat

This is a reference application showcasing the integration of [CometChat's Android UI Kit](https://www.cometchat.com/docs/ui-kit/android/5.0/overview) in a native Android application. It demonstrates how to implement real-time messaging and voice/video calling features with ease.

Expand Down Expand Up @@ -36,7 +36,7 @@ This is a reference application showcasing the integration of [CometChat's Andro
4. Sync Gradle to ensure all dependencies are downloaded.

5. `[Optional]` Enter your CometChat _`App ID`_, _`Region`_, and _`Auth Key`_ in the [AppCredentials.java](src/main/java/com/cometchat/sampleapp/java/AppCredentials.java) file:
file:https://github.com/cometchat/cometchat-sample-app-android-kotlin/blob/b7b7c0d76eb70960728e6622ed7f70ab4e45b4af/sample-app-java/src/main/java/com/cometchat/sampleapp/java/AppCredentials.java#L3-L7
file:https://github.com/cometchat/cometchat-uikit-android/blob/b7b7c0d76eb70960728e6622ed7f70ab4e45b4af/sample-app-java/src/main/java/com/cometchat/sampleapp/java/AppCredentials.java#L3-L7

6. Run the project using an emulator or a physical device to build and run the sample app.

Expand Down
4 changes: 2 additions & 2 deletions sample-app-kotlin+push-notification/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<img alt="CometChat" src="https://assets.cometchat.io/website/images/logos/banner.png">
</p>

# Android Sample App by CometChat
# Android Sample App with Push Notifications for Kotlin by CometChat

This is a reference application showcasing the integration of [CometChat's Android UI Kit](https://www.cometchat.com/docs/ui-kit/android/5.0/overview) in a native Android application using Kotlin. It demonstrates how to implement real-time messaging and voice/video calling features with ease.

Expand Down Expand Up @@ -36,7 +36,7 @@ This is a reference application showcasing the integration of [CometChat's Andro
4. Sync Gradle to ensure all dependencies are downloaded.

5. `[Optional]` Enter your CometChat _`App ID`_, _`Region`_, and _`Auth Key`_ in the [AppCredentials.java](src/main/java/com/cometchat/sampleapp/kotlin/fcm/AppCredentials.kt) file:
file:https://github.com/cometchat/cometchat-sample-app-android-kotlin/blob/b7b7c0d76eb70960728e6622ed7f70ab4e45b4af/sample-app-kotlin/src/main/java/com/cometchat/sampleapp/kotlin/fcm/AppCredentials.kt#L3-L11
file:https://github.com/cometchat/cometchat-uikit-android/blob/b7b7c0d76eb70960728e6622ed7f70ab4e45b4af/sample-app-kotlin/src/main/java/com/cometchat/sampleapp/kotlin/fcm/AppCredentials.kt#L3-L11

6. Set up Firebase Cloud Messaging (FCM):
- Go to the [Firebase Console](https://console.firebase.google.com/) and create a project.
Expand Down
4 changes: 2 additions & 2 deletions sample-app-kotlin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<img alt="CometChat" src="https://assets.cometchat.io/website/images/logos/banner.png">
</p>

# Android Sample App by CometChat
# Android Sample App for Kotlin by CometChat

This is a reference application showcasing the integration of [CometChat's Android UI Kit](https://www.cometchat.com/docs/ui-kit/android/5.0/overview) in a native Android application using Kotlin. It demonstrates how to implement real-time messaging and voice/video calling features with ease.

Expand Down Expand Up @@ -36,7 +36,7 @@ This is a reference application showcasing the integration of [CometChat's Andro
4. Sync Gradle to ensure all dependencies are downloaded.

5. `[Optional]` Enter your CometChat _`App ID`_, _`Region`_, and _`Auth Key`_ in the [AppCredentials.java](src/main/java/com/cometchat/sampleapp/kotlin/AppCredentials.kt) file:
file:https://github.com/cometchat/cometchat-sample-app-android-kotlin/blob/b7b7c0d76eb70960728e6622ed7f70ab4e45b4af/sample-app-kotlin/src/main/java/com/cometchat/sampleapp/kotlin/AppCredentials.kt#L3-L11
file:https://github.com/cometchat/cometchat-uikit-android/blob/b7b7c0d76eb70960728e6622ed7f70ab4e45b4af/sample-app-kotlin/src/main/java/com/cometchat/sampleapp/kotlin/AppCredentials.kt#L3-L11

6. Run the project using an emulator or a physical device to build and run the sample app.

Expand Down

0 comments on commit 12d7cb3

Please sign in to comment.