@@ -38,12 +38,12 @@ RxJava resources
3838
3939 * [ Android RxJava使用介绍(二) RxJava的操作符] ( http://blog.chinaunix.net/uid/20771867.html )
4040
41- * [ 木水川的博客] ( http://mushuichuan.com/tags/RxJava/ )
42-
41+ * [ 木水川的博客] ( http://mushuichuan.com/tags/RxJava/ )
42+
4343 * [ RxMarbles] ( http://rxmarbles.com/ ) -Interactive diagrams of Rx Observables
44-
44+
4545 * [ Android RxJava使用介绍(二) RxJava的操作符] ( http://blog.csdn.net/job_hesc/article/details/46242117 )
46-
46+
4747### 一些不错的翻译文章
4848
4949* [ 【译】Deferring Observable code until subscription in RxJava] ( http://www.jianshu.com/p/c83996149f5b )
@@ -60,8 +60,8 @@ RxJava resources
6060* [ 彻底搞懂 RxJava — 中级篇] ( http://diordna.sinaapp.com/?p=910 )
6161
6262* [ 彻底搞懂 RxJava — 高级篇] ( http://diordna.sinaapp.com/?p=912 )
63-
64- ## Test
63+
64+ ## Test
6565* [ 【译】RxJava Essentials 中文翻译版] ( http://rxjava.yuxingxin.com/ ) -Ivan.Morgillo所写一书的中文翻译版本
6666
6767* [ 【译】RxJava Essentials 中文翻译版] ( http://rxjava.yuxingxin.com/ ) -Ivan.Morgillo所写一书的中文翻译版本
@@ -101,14 +101,16 @@ RxJava resources
101101
102102* [ RxBlur] ( [https://github.com/SmartDengg/RxBlur](https://github.com/SmartDengg/RxBlur) ) -用RxJava处理和操作高斯模糊效果的简单用例。
103103
104+ * [ RxJava-Android-Samples] ( https://github.com/kaushikgopal/RxJava-Android-Samples ) -Learning RxJava for Android by example
105+
104106## Library
105107
106108 * [ rx-preferences] ( https://github.com/f2prateek/rx-preferences ) -使SharedPreferences支持RxJava
107109
108110 * [ RxAndroid] ( https://github.com/trello/RxLifecycle ) -RxJava的Android拓展
109111
110112 * [ RxAndroid] ( https://github.com/ReactiveX/RxAndroid ) -RxJava的Android拓展
111-
113+
112114 * [ RxLifecycle] ( https://github.com/trello/RxLifecycle ) -帮助使用了RxJava的安卓应用控制生命周期
113115
114116 * [ RxBinding] ( https://github.com/JakeWharton/RxBinding ) -安卓UI控件的RxJava绑定API
@@ -123,7 +125,7 @@ RxJava resources
123125
124126
125127## Stackoverflow
126-
128+
127129* [ 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 )
128130
129131## Video
0 commit comments