# android-chat **Repository Path**: BossDing/android-chat ## Basic Information - **Project Name**: android-chat - **Description**: 开源免费的IM,功能和UI符合国内习惯,比XMPP具有更适合移动端的协议,可以作为IM组件代替环信、融云、网易云信等云通讯和XMPP - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-04-24 - **Last Updated**: 2024-11-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 野火IM解决方案 野火IM是一套跨平台、全开源的即时通讯解决方案,主要包含以下内容。 | 仓库 | 说明 | 备注 | | ------------------------------------------------------------ | ------------------------------------------------------- | ---- | | [android-chat](https://github.com/wildfirechat/android-chat) | Android平台的SDK和Demo | | | [ios-chat](https://github.com/wildfirechat/ios-chat) | iOS平台的SDK和Demo | | | [pc-chat](https://github.com/wildfirechat/pc-chat) | 基于[Electron](https://electronjs.org/)开发的PC平台Demo | | | [proto](https://github.com/wildfirechat/proto) | 野火IM的协议栈实现 | | | [server](https://github.com/wildfirechat/server) | IM server | | | [app server](https://github.com/wildfirechat/app_server) | 应用服务端Demo | | | [robot_server](https://github.com/wildfirechat/robot_server) | 机器人服务端Demo | | | [push_server](https://github.com/wildfirechat/push_server) | 推送服务器 | | | [docs](https://github.com/wildfirechat/docs) | 野火IM相关文档,包含设计、概念、开发、使用说明 | | ## 说明 本工程为野火IM Android平台的SDK和Demo。野火IM作为一个通用的即时通讯SDK,可以集成到各种应用中。详情可以阅读[docs](http://docs.wildfirechat.cn). 开发一套IM系统真的很艰辛,请路过的朋友们给点个star,支持我们坚持下去🙏🙏🙏🙏🙏 ### 联系我们 问题讨论请加群:822762829 ## 体验Demo 我们提供了体验demo,请使用微信扫码下载安装体验 ![野火IM](http://static.wildfirechat.cn/download_qrcode.png) ## 应用截图 ![ios-demo1](http://static.wildfirechat.cn/android-deomo1.gif) ![ios-demo2](http://static.wildfirechat.cn/android-deomo1.gif) ## 协议栈的编译 工程中已经包括了编译好的协议栈,你也可以自己编译[协议栈](https://github.com/wildfirechat/proto),编译方法请参考协议栈工程。 ## 集成 1. client部分,支持快速集成,具体参考[jitpack-wildfire.chat](https://jitpack.io/#wildfirechat/android-chat/) 2. UI(chat)部分,目前不支持快速集成,需要你自行下载,并将代码移动到你自己的项目,且必须是application module,不能作为library module引入的原因是注解中使用了R.xx.yyyy, 而library module中,R.xx.yyy并不是一个常量。后续会采用butterKnife的方式,引入R2.xx.yyyy。 ## 贡献 欢迎提交pull request,一起打造一个更好的开源IM。 ## 鸣谢 1. [LQRWeChat](https://github.com/GitLqr/LQRWeChat) 本项目中图片选择器、表情基于此开发 2. [butterKnife](https://github.com/JakeWharton/butterknife) 3. OKHttp等一些其他优秀的开源项目 ***对以上项目的作者衷心的感谢,世界因你们的分享变得更美好。*** ## License 1. Under the MIT license. See the [LICENSE](https://github.com/wildfirechat/mars/blob/firechat/LICENSE) file for details. 2. Under the 996ICU License. See the [LICENSE](https://github.com/996icu/996.ICU/blob/master/LICENSE) file for details.