@@ -7,17 +7,19 @@ RxJava resources
77* [ NotRxJava懒人专用指南] ( http://www.devtf.cn/?p=323 ) -这篇入门极力推荐,手把手,深入浅出教你实现一个简易的RxJava库,更好的理解RxJava的实现思路
88
99* [ 深入浅出RxJava(一:基础篇)] ( http://blog.csdn.net/lzyzsd/article/details/41833541 )
10-
10+
1111* [ 深入浅出RxJava ( 二:操作符 )] ( http://blog.csdn.net/lzyzsd/article/details/44094895 )
1212
1313* [ 深入浅出RxJava ( 三--响应式的好处 )] ( http://blog.csdn.net/lzyzsd/article/details/44891933 )
1414
1515* [ 深入浅出RxJava ( 四-在Android中使用响应式编程 )] ( http://blog.csdn.net/lzyzsd/article/details/45033611 )
16-
16+
1717* [ 如何升级到RxAndroid1.0] ( http://blog.csdn.net/lzyzsd/article/details/49248235 ) -适合使用Rx 0.x版本的用户升级的时候参考
1818
19+ * [ 可能是东半球最全的RxJava使用场景小结] ( http://blog.csdn.net/theone10211024/article/details/50435325 )
20+
1921### 开发者前线翻译的一系列很赞的教程
20-
22+
2123* [ 那些年我们错过的响应式编程] ( http://www.devtf.cn/?p=174 ) -非常棒的讲解响应式编程的文章。
2224
2325* [ 使用RxJava从多个数据源中加载数据] ( http://www.devtf.cn/?p=764 )
@@ -29,21 +31,21 @@ RxJava resources
2931* [ 结合RxJava使用SQLite] ( http://www.devtf.cn/?p=734 )
3032
3133* [ 比钢铁侠反应更灵敏-RxJava] ( http://www.devtf.cn/?p=770 )
32-
34+
3335### 一些不错的介绍操作符的文章
34- * [ 行云流水的博客] ( http://blog.csdn.net/job_hesc/article/details/46242117 )
36+ * [ 行云流水的博客] ( http://blog.csdn.net/job_hesc/article/details/46242117 )
3537 * [ Android RxJava使用介绍(二) RxJava的操作符] ( http://blog.chinaunix.net/uid/20771867.html )
36-
38+
3739### 一些不错的翻译文章
3840* [ 【译】Deferring Observable code until subscription in RxJava] ( http://www.jianshu.com/p/c83996149f5b )
3941
4042* [ 【译】RxJava Observable tranformation: concatMap() vs flatMap()] ( http://www.jianshu.com/p/6d16805537ef )
41-
43+
4244* [ 【译】Loading data from multiple sources with RxJava] ( http://www.jianshu.com/p/be084df924dc )
43-
45+
4446* [ 【译】Don't break the chain: use RxJava's compose() operator] ( http://www.jianshu.com/p/e9e03194199e )
45-
46- ## Test
47+
48+ ## Test
4749
4850* [ Unit Testing RxJava Observables and Subscriptions] ( http://fedepaol.github.io/blog/2015/09/13/testing-rxjava-observables-subscriptions/ )
4951
@@ -56,26 +58,23 @@ RxJava resources
5658* [ Avengers] ( https://github.com/saulmm/Avengers ) - 一个使用Retrofit+RxJava+MVP的app
5759
5860* [ rx-android-architecture] ( https://github.com/tehmou/rx-android-architecture ) -Android中使用Rx的一种架构
59-
61+
6062* [ learnrxjava] ( https://github.com/jhusain/learnrxjava ) -RxJava例子
6163
6264## Library
63-
65+
6466 * [ rx-preferences] ( https://github.com/f2prateek/rx-preferences ) -使SharedPreferences支持RxJava
6567
6668 * [ RxAndroid] ( https://github.com/trello/RxLifecycle ) -RxJava的Android拓展
67-
69+
6870 * [ RxLifecycle] ( https://github.com/trello/RxLifecycle ) -帮助使用了RxJava的安卓应用控制生命周期
69-
71+
7072 * [ RxBinding] ( https://github.com/JakeWharton/RxBinding ) -安卓UI控件的RxJava绑定API
7173
7274 * [ storio] ( https://github.com/pushtorefresh/storio ) -支持RxJava的数据库
7375
7476 * [ retrofit] ( https://github.com/square/retrofit ) -支持RxJava的网络请求库
7577
7678## Stackoverflow
77-
78- [ 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 )
79-
80-
8179
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 )
0 commit comments