https://github.com/qiscus/qiscus-chat-sdk-android-sample
Sample User Interface for Qiscus Chat SDK Android
https://github.com/qiscus/qiscus-chat-sdk-android-sample
android api chat chat-sdk java message real-time sample
Last synced: 11 months ago
JSON representation
Sample User Interface for Qiscus Chat SDK Android
- Host: GitHub
- URL: https://github.com/qiscus/qiscus-chat-sdk-android-sample
- Owner: qiscus
- Created: 2019-03-15T00:43:09.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-08-07T08:23:19.000Z (almost 3 years ago)
- Last Synced: 2023-08-07T09:32:05.942Z (almost 3 years ago)
- Topics: android, api, chat, chat-sdk, java, message, real-time, sample
- Language: Java
- Homepage: http://qiscus.com/documentation
- Size: 24.7 MB
- Stars: 13
- Watchers: 7
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Qiscus Chat SDK Android Sample UI
This repo is aimed to give an example on how to build a chat UI using Qiscus Chat SDK. Qiscus Chat Sample UI is built with full functionalities so that you can figure out the flow and main activities of common Chat apps. This sample app is built on top of Qiscus Chat SDK, for further feature you can figure out in our [docs](https://documentation.qiscus.com/chat-sdk-android/introduction)
## Screenshot





## Requirements
- JDK 11
- Android Studio 4
- minSdkVersion 16
- targetSdkVersion 31
## How to Run
- Android Studio : Menu Build -> Clean Project -> Run (Shift + F10)
- Terminal
```
$cd /path/to/project
$./gradlew assembleDebug
```
## Contribution
Qiscus Chat SDK Sample UI is fully open-source. All contributions and suggestions are welcome!
## Security Disclosure
If you believe you have identified a security vulnerability with QiscusCore, you should report it as soon as possible via email to contact.us@qiscus.com. Please do not post it to a public issue.