@@ -35,7 +35,9 @@ RxJava resources
3535### 一些不错的介绍操作符的文章
3636
3737 * [ 行云流水的博客] ( http://blog.csdn.net/job_hesc/article/details/46242117 )
38+
3839 * [ Android RxJava使用介绍(二) RxJava的操作符] ( http://blog.chinaunix.net/uid/20771867.html )
40+
3941 * [ 木水川的博客] ( http://mushuichuan.com/tags/RxJava/ )
4042
4143 * [ RxMarbles] ( http://rxmarbles.com/ ) -Interactive diagrams of Rx Observables
@@ -60,6 +62,7 @@ RxJava resources
6062* [ 彻底搞懂 RxJava — 高级篇] ( http://diordna.sinaapp.com/?p=912 )
6163
6264## Test
65+ * [ 【译】RxJava Essentials 中文翻译版] ( http://rxjava.yuxingxin.com/ ) -Ivan.Morgillo所写一书的中文翻译版本
6366
6467* [ 【译】RxJava Essentials 中文翻译版] ( http://rxjava.yuxingxin.com/ ) -Ivan.Morgillo所写一书的中文翻译版本
6568
@@ -81,19 +84,28 @@ RxJava resources
8184
8285* [ rx-android-architecture] ( https://github.com/tehmou/rx-android-architecture ) -Android中使用Rx的一种架构
8386
87+ * [ android-boilerplate] ( https://github.com/ribot/android-boilerplate ) -使用RxJava+Retrofit+MVP的app,并了结合详细的测试用例
88+
89+ ## Example
90+
8491* [ learnrxjava] ( https://github.com/jhusain/learnrxjava ) -RxJava例子
8592
93+ * [ Intro-To-RxJava] ( https://github.com/Froussios/Intro-To-RxJava ) -RxJava实例入门
94+
8695* [ MovieGuide] ( [https://github.com/esoxjem/MovieGuide](https://github.com/esoxjem/MovieGuide) ) -An Android app that showcases the MVP pattern and RxJava
8796
8897* [ RxWeather] ( [https://github.com/SmartDengg/RxWeather](https://github.com/SmartDengg/RxWeather) )
8998-Architecting Android with RxJava
9099
91100* [ RxBlur] ( [https://github.com/SmartDengg/RxBlur](https://github.com/SmartDengg/RxBlur) ) -用RxJava处理和操作高斯模糊效果的简单用例。
101+
92102## Library
93103
94104 * [ rx-preferences] ( https://github.com/f2prateek/rx-preferences ) -使SharedPreferences支持RxJava
95105
96106 * [ RxAndroid] ( https://github.com/trello/RxLifecycle ) -RxJava的Android拓展
107+
108+ * [ RxAndroid] ( https://github.com/ReactiveX/RxAndroid ) -RxJava的Android拓展
97109
98110 * [ RxLifecycle] ( https://github.com/trello/RxLifecycle ) -帮助使用了RxJava的安卓应用控制生命周期
99111
@@ -103,11 +115,19 @@ RxJava resources
103115
104116 * [ retrofit] ( https://github.com/square/retrofit ) -支持RxJava的网络请求库
105117
118+ * [ sqlbrite] ( https://github.com/square/sqlbrite ) -支持RxJava的sqlite数据库
119+
120+ * [ RxPermissions] ( https://github.com/tbruyelle/RxPermissions ) -RxJava实现的Android运行时权限控制
121+
122+ * [ xBus] ( https://github.com/mcxiaoke/xBus ) -简洁的EventBus实现
123+
124+
106125## Stackoverflow
107126
108127* [ When should one use RxJava Observable and when simple Callback on Android?] ( http://stackoverflow.com/questions/21890338/when-should-one-use-rxjava-observable-and-when-simple-callback-on-android )
109128
110129## Video
111130
112131* [ droidconDE 2015: Ivan Morgillo – Android reactive programming with Rxjava] ( https://www.youtube.com/watch?v=JCLZ55M2gVo&list=PLAY9OtteiTj04IdJDW7KV1cy843reyjvT )
113- * [ Common RxJava Mistakes] ( https://www.youtube.com/watch?v=QdmkXL7XikQ&feature=youtu.be )
132+
133+ * [ Common RxJava Mistakes] ( https://www.youtube.com/watch?v=QdmkXL7XikQ&feature=youtu.be )
0 commit comments