Giter Site home page Giter Site logo

easeui's Introduction

EaseIMKit

简介

EaseIMKit是一个基于环信sdk的UI库,封装了IM功能常用的控件、fragment等等。
github上的代码不包含环信sdk,需要依赖环信IM 3.x版本的SDK使用,建议与环信的IM demo一起使用。

关于分支

当前分支EaseIMKit分支是EaseIMKit UI库的开源分支。开发者使用时,建议使用EaseIMKit的远程依赖。

关于Gradle接入

使用MavenCentral仓库,需要在项目根目录build.gradle中配置:

buildscript {
   repositories {
       ...
       mavenCentral()
   }
}


allprojects {
   repositories {
       ...
       mavenCentral()
   }
}

在module的build.gradle里加入以下依赖:

implementation 'io.hyphenate:ease-im-kit:xxx版本'
implementation 'io.hyphenate:hyphenate-chat:xxx版本'

其中,xxx版本请替换为最新的aar版本号。
最新版本号请跳转到这里进行查看:http://docs-im.easemob.com/im/android/sdk/releasenote

相关文档

快速集成请参考文档:http://docs-im.easemob.com/im/android/other/easeimkit
IM SDK集成请参考集成说明:http://docs-im.easemob.com/im/android/sdk/import

easeui's People

Contributors

apex-wang avatar githubzhaoliang avatar jinanzhuan avatar lihao667788 avatar lijian1122 avatar wangxinjeff avatar winskyan avatar wuao avatar xuchengpu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.