1 Star 0 Fork 0

fork-man / MvpDemo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

MvpDemo

MVP架构在Android的使用。 Okhttp3、Retrofit2、Rxjava3 ,AutoDispose解决RxJava内存泄漏

简书地址:https://www.jianshu.com/p/ae0b21d3238a

2020年5月28日 15:05:09 修改

更新为AndroidX 依赖更新为当前最新版本 Autodispose 2.0 中已包含Rxjava3以及Rxjava3rxAndroid 依赖 删除Butterknife Material-dialogs jetbrains 依赖

使用的第三方库:
//okhttp3 implementation 'com.squareup.okhttp3:okhttp:4.2.0' implementation "com.squareup.okhttp3:logging-interceptor:3.10.0" //retrofit2 implementation 'com.squareup.retrofit2:retrofit:2.9.0' implementation 'com.squareup.retrofit2:converter-gson:2.9.0' implementation 'com.squareup.retrofit2:adapter-rxjava3:2.9.0'

  //AutoDispose解决RxJava内存泄漏
  implementation 'com.uber.autodispose2:autodispose:2.0.0'
  implementation 'com.uber.autodispose2:autodispose-android:2.0.0'
  implementation 'com.uber.autodispose2:autodispose-lifecycle:2.0.0'
  implementation 'com.uber.autodispose2:autodispose-androidx-lifecycle:2.0.0'

空文件

简介

暂无描述 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/fork-man/MvpDemo.git
git@gitee.com:fork-man/MvpDemo.git
fork-man
MvpDemo
MvpDemo
master

搜索帮助