12
2
3
435
0
1
MVP模式的核心思想: MVP把Activity中的UI逻辑抽象成View接口,把业务逻辑抽象成Presenter接口,Model类还是原来的M...
实战时候使用KT,进行Retrofit网络请求:使用单例模式, 成员变量private val retrofit: Retrofitprivat...
https://blog.csdn.net/xinzailiulang992/article/details/53011347