DayorNight / RxjavaRetrofit2Links
Rxjava+Retrofit封装
☆59Updated 5 years ago
Alternatives and similar repositories for RxjavaRetrofit2
Users that are interested in RxjavaRetrofit2 are comparing it to the libraries listed below
Sorting:
- mvp+retrofit+rxjava改良版,新增lifecycle绑定生命周期防止内存泄露。抽象model类,可根据需求自定义model,也可直接使用父类model进行通用的网络请求。增加自定义网络异常,增加异常时回调实现。增加网络请求时dialog显示及取消显示的方法。…