Android开发之 Rxjava+Retrofit

https://blog.csdn.net/jdsjlzx/column/info/retrofit/1

1. 使用场景,实际应用

2. 线程使用问题

3. Rxjava+Retrofit   Demo

4. 实现 App自动更新

5 . 缓存 ...

6. 优雅 处理服务器异常, 错误 等...

https://blog.csdn.net/jdsjlzx/article/details/51882661

7. Rxjava  操作符

concatMap操作符

zip操作符

debounce操作符

8 . 传递 参数 ,数组参数.. 动态参数 ... 等等...

https://blog.csdn.net/jdsjlzx/article/details/51694572

9. observeOn()与subscribeOn()的关系  等等...

https://blog.csdn.net/jdsjlzx/article/details/51685769

你可能感兴趣的:(android)