RxJava2.0操作符速查+RetrofitV2.0Demo演示

序言

由于日常使用RxJava时,经常要百度搜查某个操作符的用法,略感繁琐,所以写了个APP,可以随时查询每个常用操作符的作用和相关的源码,另外APP中也有RxJavaV2.0结合RetrofitV2.0进行演示的Demo(只能通过Log查看日志)

界面一览


RxJava2.0操作符速查+RetrofitV2.0Demo演示_第1张图片
RxJava2.0操作符速查+RetrofitV2.0Demo演示_第2张图片
RxJava2.0操作符速查+RetrofitV2.0Demo演示_第3张图片


码云地址

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解析

https://github.com/square/retrofit/blob/46dc939a0dfb470b3f52edc88552f6f7ebb49f42/retrofit-converters/gson/README.md

APK体验



参考:

Carson_Ho关于RxJava和Retrofit的系列文章 

原文链接:https://www.jianshu.com/p/2c54f9ccd52f

你可能感兴趣的:(RxJava2.0操作符速查+RetrofitV2.0Demo演示)