Android快速开发骨架(MVP版)

Android快速开发骨架(MVP版)

Android MVVM/MVP

详细介绍

Android快速开发骨架(MVP版)

使用到的开源库

  1. 主体框架,Fragmentation https://github.com/YoKeyword/Fragmentation
  2. 网络请求,retrofit https://github.com/square/retrofit
  3. UI框架,QMUI https://github.com/QMUI/QMUI_Android
  4. 布局刷新,SmartRefreshLayout https://github.com/scwang90/SmartRefreshLayout
  5. 列表框架,vlayout https://github.com/alibaba/vlayout
  6. 图片库,picasso https://github.com/square/picasso
  7. 通用工具类,utilcode https://github.com/Blankj/AndroidUtilCode
  8. 添加AutoDispose解决RxJava内存泄漏,AutoDispose https://github.com/uber/AutoDispose

其他

  • 添加kotlin support
  • 配置混淆文件
推荐源码