序言
由于日常使用RxJava时,经常要百度搜查某个操作符的用法,略感繁琐,所以写了个APP,可以随时查询每个常用操作符的作用和相关的源码,另外APP中也有RxJavaV2.0结合RetrofitV2.0进行演示的Demo(只能通过Log查看日志)
界面一览
![](https://img.haomeiwen.com/i4034706/38f8773652ec47a1.jpg)
![](https://img.haomeiwen.com/i4034706/391f1e68ca0e7ef7.jpg)
![](https://img.haomeiwen.com/i4034706/8e16335a6fa4dc29.jpg)
码云地址
https://gitee.com/baiaj/RetrofitDemo
RxJava和Retrofit的git地址
rxAndroid:
https://github.com/ReactiveX/RxAndroid
retrofit:
https://github.com/square/retrofit
rxjava:
https://github.com/ReactiveX/RxJava
retrofit2-rxjava2连接
https://github.com/square/retrofit/tree/master/retrofit-adapters/rxjava2
retrofit-gson解析
APK体验
![](https://img.haomeiwen.com/i4034706/3067e79d3bf739cd.png)
参考:
Carson_Ho关于RxJava和Retrofit的系列文章
网友评论