Android MVP 架构
>
本Demo使用 Okhttp3、Retrofit2、Rxjava2 ,使用AutoDispose解决RxJava内存泄漏
Github:
[https://github.com/RookieExaminer/MvpDemo](https://github.com/RookieExaminer/MvpDemo)
<!--more-->
# 什么是MVP,为什么要用MVP?
网上介绍MVP的很多,百度一下你就知道,至于为什么要用MVP,当然是由于它的优势了:
## 1.代码简洁
此处的简洁是逻辑的简洁,而不是代码本身 举个栗子
比如购物车界面,有很多请求网络的地方:
more...




