Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sf-nathan-park authored Jun 11, 2019
1 parent 5f93ac6 commit f05df23
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@

# SendBird SyncManager for Android

[![Platform](https://img.shields.io/badge/platform-android-orange.svg)](https://github.com/smilefam/sendbird-syncmanager-android)
[![Languages](https://img.shields.io/badge/language-java-orange.svg)](https://github.com/smilefam/sendbird-syncmanager-android)
[![Maven](https://img.shields.io/badge/maven-v1.1.0-green.svg)](https://github.com/smilefam/sendbird-syncmanager-android/tree/master/com/sendbird/sdk/sendbird-syncmanager/1.1.0)
[![Commercial License](https://img.shields.io/badge/license-Commercial-brightgreen.svg)](https://github.com/smilefam/sendbird-syncmanager-android/blob/master/LICENSE.md)
[![Platform](https://img.shields.io/badge/platform-android-orange.svg)](https://github.com/sendbird/sendbird-syncmanager-android)
[![Languages](https://img.shields.io/badge/language-java-orange.svg)](https://github.com/sendbird/sendbird-syncmanager-android)
[![Maven](https://img.shields.io/badge/maven-v1.1.0-green.svg)](https://github.com/sendbird/sendbird-syncmanager-android/tree/master/com/sendbird/sdk/sendbird-syncmanager/1.1.0)
[![Commercial License](https://img.shields.io/badge/license-Commercial-brightgreen.svg)](https://github.com/sendbird/sendbird-syncmanager-android/blob/master/LICENSE.md)

SendBird SyncManager is chat data sync management add-on for SendBird. SyncManager offers an event-based data management framework so that each view would listen data event in event handler in order to update the view. And it stores the data into SQLite which implements local caching for faster loading.

## Install using Gradle

```
repositories {
maven { url "https://raw.githubusercontent.com/smilefam/sendbird-syncmanager-android/master/" }
maven { url "https://raw.githubusercontent.com/sendbird/sendbird-syncmanager-android/master/" }
}
dependencies {
// SyncManager
Expand All @@ -23,11 +23,11 @@ dependencies {
}
```

> Note: `SyncManager SDK` requires [SendBird Android SDK](https://github.com/smilefam/SendBird-SDK-Android) at least version 3.0.96.
> Note: `SyncManager SDK` requires [SendBird Android SDK](https://github.com/sendbird/SendBird-SDK-Android) at least version 3.0.96.
## Sample

We provide sample project to understand `SyncManager` further. Check out [SyncManager sample](https://github.com/smilefam/SendBird-Android/tree/master/syncmanager).
We provide sample project to understand `SyncManager` further. Check out [SyncManager sample](https://github.com/sendbird/SendBird-Android/tree/master/syncmanager).

## How It Works

Expand Down

0 comments on commit f05df23

Please sign in to comment.