You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+13-14Lines changed: 13 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,10 @@
9
9
<palign="left">
10
10
CometChat Kitchen Sink Sample App (built using <b>CometChat UI Kits</b>) is a fully functional real-time messaging app capable of private (one-on-one), group messaging, voice & video calling.
11
11
<br />
12
-
<a href="https://www.cometchat.com/docs/java-uikit-beta/overview"><strong>Explore the docs »</strong></a>
12
+
<a href="https://www.cometchat.com/docs/android-v4-uikit/overview"><strong>Explore the docs »</strong></a>
@@ -89,43 +89,42 @@ Simply clone or fork this repo and run it using the instructions below to see al
89
89
git checkout v4
90
90
```
91
91
92
-
4. Replace `APP_ID`, `REGION` and `AUTH_KEY` with your CometChat `App ID`, `Region` and `Auth Key` in `AppConstants.java` file.
92
+
4. Replace `APP_ID`, `REGION`, and `AUTH_KEY` with your CometChat `App ID`, `Region`, and `Auth Key` in `AppConstants.java` file.
93
93
94
94

95
95
96
96
<!-- USAGE EXAMPLES -->
97
97
98
98
## Usage
99
99
100
-
This app contains all features offered by CometChat through its UI Kit. [Read more about the Android chat UI Kit here.](https://www.cometchat.com/docs/java-uikit-beta/overview)
100
+
This app contains all features offered by CometChat through its UI Kit. [Read more about the Android UI Kit here.](https://www.cometchat.com/docs/android-v4-uikit/overview)
101
101
102
102
### Run project locally
103
103
104
104
- Open the project in Android Studio.
105
105
106
-
- Modify `APP_ID` and `AUTH_KEY` and `REGION` with your own .
107
106
- Build and run the Sample App.
108
107
- Select demo users or enter the **UID** at the time of login once the app is launched.
109
108
110
-
To learn about Android UI Kit Integration, please [click here](https://www.cometchat.com/docs/java-uikit-beta/integration).
109
+
To learn about Android UI Kit Integration, please [click here](https://www.cometchat.com/docs/android-v4-uikit/integration).
111
110
112
111
## Help
113
112
114
-
To learn more about our UI kits, visit our [documentation](https://www.cometchat.com/docs/java-uikit-beta/overview).
113
+
To learn more about our UI kits, visit our [documentation](https://www.cometchat.com/docs/v4-uikits).
115
114
116
-
If you are still facing issues while running this project or integrating with our UI Kits, please connect with our realtime support via the [CometChat Dashboard](https://app.cometchat.com/).
115
+
If you are still facing issues while running this project or integrating with our UI Kits, please connect with our real-time support via the [CometChat Dashboard](https://app.cometchat.com/).
117
116
118
117
<!-- CONTRIBUTING -->
119
118
120
119
## Contributing
121
120
122
-
Contributions are what make the opensource community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**. Sincere thanks to all our [contributors](https://github.com/cometchat-pro/android-java-chat-app/graphs/contributors)!
121
+
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**. Sincere thanks to all our [contributors](https://github.com/cometchat-pro/android-java-chat-app/graphs/contributors)!
123
122
124
123
You are requested to follow the contribution guidelines specified in [CONTRIBUTING.md](./CONTRIBUTING.md) while contributing to the project :smile:.
125
124
126
125
## Support
127
126
128
-
Please connect with our realtime support via the [CometChat Dashboard](https://app.cometchat.com/).
127
+
Please connect with our real-time support via the [CometChat Dashboard](https://app.cometchat.com/).
129
128
130
129
<!-- LICENSE -->
131
130
@@ -135,8 +134,8 @@ This project is licensed under the MIT License - see the [LICENSE](./LICENSE) fi
135
134
136
135
## About Authors
137
136
138
-
`android-java-chat-app` is created & maintained by CometChat.
137
+
`cometchat-chat-sample-app-android-java` is created & maintained by CometChat.
139
138
140
139
The names and logos for CometChat are trademarks of CometChat, Inc.
141
140
142
-
We love opensource software! See [our other projects](https://github.com/cometchat-pro) or [sign up with us](https://app.cometchat.com) to start using our product.
141
+
We love open-source software! See [our other projects](https://github.com/cometchat-pro) or [sign up with us](https://app.cometchat.com) to start using our product.
0 commit comments