序言
由于日常使用RxJava时,经常要百度搜查某个操作符的用法,略感繁琐,所以写了个APP,可以随时查询每个常用操作符的作用和相关的源码,另外APP中也有RxJavaV2.0结合RetrofitV2.0进行演示的Demo(只能通过Log查看日志)
界面一览
码云地址
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体验
参考:
Carson_Ho关于RxJava和Retrofit的系列文章
网友评论