Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 263 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 263 Bytes

#A demo show how to use Retrofit with Rxjava

  • RxJava2 与 Retrofit结合
  • 相同格式网络请求 如何封装
  • 同格式Api统一预处理
  • Activity销毁 自动取消订阅网络请求。(主动取消网络请求)
  • 渐进式封装该有的样子.