@@ -33,10 +33,17 @@ RxJava resources
3333* [ 比钢铁侠反应更灵敏-RxJava] ( http://www.devtf.cn/?p=770 )
3434
3535### 一些不错的介绍操作符的文章
36+
3637 * [ 行云流水的博客] ( http://blog.csdn.net/job_hesc/article/details/46242117 )
3738 * [ Android RxJava使用介绍(二) RxJava的操作符] ( http://blog.chinaunix.net/uid/20771867.html )
38-
39+ * [ 木水川的博客] ( http://mushuichuan.com/tags/RxJava/ )
40+
41+ * [ RxMarbles] ( http://rxmarbles.com/ ) -Interactive diagrams of Rx Observables
42+
43+ * [ Android RxJava使用介绍(二) RxJava的操作符] ( http://blog.csdn.net/job_hesc/article/details/46242117 )
44+
3945### 一些不错的翻译文章
46+
4047* [ 【译】Deferring Observable code until subscription in RxJava] ( http://www.jianshu.com/p/c83996149f5b )
4148
4249* [ 【译】RxJava Observable tranformation: concatMap() vs flatMap()] ( http://www.jianshu.com/p/6d16805537ef )
@@ -45,10 +52,21 @@ RxJava resources
4552
4653* [ 【译】Don't break the chain: use RxJava's compose() operator] ( http://www.jianshu.com/p/e9e03194199e )
4754
48- ## Test
55+ ### 一些原理分析的文章
56+ * [ 彻底搞懂 RxJava — 基础篇] ( http://diordna.sinaapp.com/?p=896 )
57+
58+ * [ 彻底搞懂 RxJava — 中级篇] ( http://diordna.sinaapp.com/?p=910 )
59+
60+ * [ 彻底搞懂 RxJava — 高级篇] ( http://diordna.sinaapp.com/?p=912 )
61+
62+ ## Test
63+
64+ * [ 【译】RxJava Essentials 中文翻译版] ( http://rxjava.yuxingxin.com/ ) -Ivan.Morgillo所写一书的中文翻译版本
4965
5066* [ Unit Testing RxJava Observables and Subscriptions] ( http://fedepaol.github.io/blog/2015/09/13/testing-rxjava-observables-subscriptions/ )
5167
68+ * [ Unit Testing RxJava Observables] ( https://medium.com/ribot-labs/unit-testing-rxjava-6e9540d4a329 )
69+
5270## App
5371
5472* [ android-gfycat] ( https://github.com/dlew/android-gfycat ) -Android application that loads gifs via gfycat for efficiency's sake
@@ -57,16 +75,26 @@ RxJava resources
5775
5876* [ Avengers] ( https://github.com/saulmm/Avengers ) - 一个使用Retrofit+RxJava+MVP的app
5977
78+ * [ TranslateApp] ( https://github.com/maoruibin/TranslateApp ) - 一个使用 MVP+Dagger2+RxJava+Retrofit的实现手机端『划词翻译』功能的App - 咕咚翻译
79+
80+ * [ AppPlus] ( https://github.com/maoruibin/AppPlus ) - 一个可以用于传送Apk文件,提取APK文件等的工具软件。
81+
6082* [ rx-android-architecture] ( https://github.com/tehmou/rx-android-architecture ) -Android中使用Rx的一种架构
6183
6284* [ learnrxjava] ( https://github.com/jhusain/learnrxjava ) -RxJava例子
6385
86+ * [ MovieGuide] ( [https://github.com/esoxjem/MovieGuide](https://github.com/esoxjem/MovieGuide) ) -An Android app that showcases the MVP pattern and RxJava
87+
88+ * [ RxWeather] ( [https://github.com/SmartDengg/RxWeather](https://github.com/SmartDengg/RxWeather) )
89+ -Architecting Android with RxJava
90+
91+ * [ RxBlur] ( [https://github.com/SmartDengg/RxBlur](https://github.com/SmartDengg/RxBlur) ) -用RxJava处理和操作高斯模糊效果的简单用例。
6492## Library
6593
6694 * [ rx-preferences] ( https://github.com/f2prateek/rx-preferences ) -使SharedPreferences支持RxJava
6795
6896 * [ RxAndroid] ( https://github.com/trello/RxLifecycle ) -RxJava的Android拓展
69-
97+
7098 * [ RxLifecycle] ( https://github.com/trello/RxLifecycle ) -帮助使用了RxJava的安卓应用控制生命周期
7199
72100 * [ RxBinding] ( https://github.com/JakeWharton/RxBinding ) -安卓UI控件的RxJava绑定API
@@ -76,5 +104,10 @@ RxJava resources
76104 * [ retrofit] ( https://github.com/square/retrofit ) -支持RxJava的网络请求库
77105
78106## Stackoverflow
107+
108+ * [ 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 )
109+
110+ ## Video
79111
80- [ 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 )
112+ * [ 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 )
0 commit comments