Skip to content

This is light chat kit with MvvM architecture combined with LiveData and DataBinding

Notifications You must be signed in to change notification settings

HamidrezaAmz/ChatKitLight

Repository files navigation

GitHub API

ChatKitLight

This is light chat kit with MvvM architecture combined with LiveData and DataBinding

ScreenShot

Getting Started

These instructions will help you to use this library inside your projects

Prerequisites

This library was built with androidX, so you should migrate into androidX to use this library with out any problem. For migration you can use Migrating to AndroidX

Befor you use this library, you should be familiar with Mvvm architecture and its components.

Installing

Step 1. Add the JitPack repository to your build file, Add it in your root build.gradle at the end of repositories:

allprojects {
        repositories {
            maven { url 'https://jitpack.io' }
        }
    }

Step 2. Add the dependency

dependencies {
    implementation 'com.github.HamidrezaAmz:ChatKitLight:$LASTES_VERSION'
}

About

This is light chat kit with MvvM architecture combined with LiveData and DataBinding

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published