An open API service indexing awesome lists of open source software.

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

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

Conversation

Chat Room

Group Chat Room

Group Participants

Create New Conversation

## 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.