目前分为两个模块
- 列表模块
- 输入区模块
implementation 'com.github.Sunsetzp.ImuiRecycler_master:iminput:1.1'
iminpu主要实现功能有
- 用户输入框
- 表情容器
- 更多容器
- 软键盘
- 按住说话
implementation 'com.github.Sunsetzp.ImuiRecycler_master:imlist:1.1'
imlist主要功能有
- 封装聊天列表的Adapter
- 根据反射获取消息类型的helper类
- 封装了列表的item基类
具体使用方法可下载demo查看app目录下MainActivity文件。