cjeon / SendBird-Android

Sendbird Android Sample. Please visit https://community.sendbird.com for any questions!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sendbird Android samples

Platform Languages

Introduction

Sendbird provides the chat API and SDK for your app, enabling real-time communication among the users. Here are various samples built using Sendbird Chat SDK.

  • Chat sample has core chat features. Group channel and open channel are the two main channel types in which you can create various subtypes where users can send and receive messages. This sample is written in Java with Sendbird Chat SDK.

  • UIKit sample is a user interface development kit that allows easy and fast integration of core chat features for new or pre-existing client apps. UI components can be fully customized with ease to expedite the roll-out of your client app’s in-app chat service. This sample is written in Java with Sendbird UIKit and Sendbird Chat SDK. Find more about Sendbird UIKit on Sendbird UIKit document

  • SyncManager sample is equipped with a local cache along with core chat features. For faster data loading and caching, the sample synchronizes with the Sendbird server and saves a list of group channels and the messages within the local cache into your client app. This sample is written in Java with Sendbird SyncManager and Sendbird Chat SDK. Find more about SyncManager on Sendbird SyncManager document.


Installation

To use our Android samples, you should first install Chat SDK for Android 3.0.96 or higher on your system.

Requirements

Sample Android Java Gradle
Chat 4.0 (API level 14) or higher 7 or higher 3.4.0 or higher
UIKit 4.1 (API level 16) or higher 8 or higher 3.4.0 or higher
SyncManager 4.0 (API level 14) or higher 7 or higher -

Chat sample

You can clone the project from the Chat sample repository.

// Clone this repository
git clone git@github.com:sendbird/SendBird-Android.git  

// Move to the Chat sample
cd SendBird-Android/basic

UIKit sample

You can clone the project from the UIKit sample repository.

// Clone this repository
git clone git@github.com:sendbird/SendBird-Android.git

// Move to the UIKit sample
cd SendBird-Android/uikit

SyncManager sample

You can clone the project directly from the SyncManager sample repository.

// Clone this repository
git clone git@github.com:sendbird/SendBird-Android.git

// Move to the SyncManager sample
cd SendBird-Android/syncmanager

About

Sendbird Android Sample. Please visit https://community.sendbird.com for any questions!

License:MIT License


Languages

Language:Java 100.0%