https://gitee.com/longyyl/BaseLibaray.git
新项目依赖工具库 开发新工程时集成常用的工具库
多状态的adapter
下拉刷新--加载更多--状态布局--网络请求生命周期 四个功能 配合更方便集成
集成databinding的base类 方便统一管理
#引用库文件
dependencies {
implementation 'com.meicet.adapter:baseAdapter:1.1.5'
}
GPLv3