A collection of RxJava resource
基础部分
扔物线老师的:给 Android 开发者的 RxJava 详解
http://gank.io/post/560e15be2dca930e00da1083
极客学院的:《RxJava Essentials》中文翻译
http://wiki.jikexueyuan.com/project/rxjava/
一个国外的博客教程
http://blog.danlew.net/2014/09/15/grokking-rxjava-part-1/
Rx-Java操作符动态演示
RxJava-Samples
https://github.com/THEONE10211024/RxJavaSamples
RxJava-Android-Samples
https://github.com/kaushikgopal/RxJava-Android-Samples
Library
RxJava对Activity/Fragment生命周期的封装
https://github.com/trello/RxLifecycle
RxJava对SharedPreferences的封装
https://github.com/f2prateek/rx-preferences
完整项目
一个天气预报小项目
https://github.com/SmartDengg/RxWeather
重构版妹子(Rx+Retrofit+okhttp)
https://github.com/CaMnter/EasyGank