@@ -7,17 +7,17 @@ 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
1919### 开发者前线翻译的一系列很赞的教程
20-
20+
2121* [ 那些年我们错过的响应式编程] ( http://www.devtf.cn/?p=174 ) -非常棒的讲解响应式编程的文章。
2222
2323* [ 使用RxJava从多个数据源中加载数据] ( http://www.devtf.cn/?p=764 )
@@ -29,21 +29,21 @@ RxJava resources
2929* [ 结合RxJava使用SQLite] ( http://www.devtf.cn/?p=734 )
3030
3131* [ 比钢铁侠反应更灵敏-RxJava] ( http://www.devtf.cn/?p=770 )
32-
32+
3333### 一些不错的介绍操作符的文章
34- * [ 行云流水的博客] ( http://blog.csdn.net/job_hesc/article/details/46242117 )
34+ * [ 行云流水的博客] ( http://blog.csdn.net/job_hesc/article/details/46242117 )
3535 * [ Android RxJava使用介绍(二) RxJava的操作符] ( http://blog.chinaunix.net/uid/20771867.html )
36-
36+
3737### 一些不错的翻译文章
3838* [ 【译】Deferring Observable code until subscription in RxJava] ( http://www.jianshu.com/p/c83996149f5b )
3939
4040* [ 【译】RxJava Observable tranformation: concatMap() vs flatMap()] ( http://www.jianshu.com/p/6d16805537ef )
41-
41+
4242* [ 【译】Loading data from multiple sources with RxJava] ( http://www.jianshu.com/p/be084df924dc )
43-
43+
4444* [ 【译】Don't break the chain: use RxJava's compose() operator] ( http://www.jianshu.com/p/e9e03194199e )
45-
46- ## Test
45+
46+ ## Test
4747
4848* [ Unit Testing RxJava Observables and Subscriptions] ( http://fedepaol.github.io/blog/2015/09/13/testing-rxjava-observables-subscriptions/ )
4949
@@ -56,26 +56,35 @@ RxJava resources
5656* [ Avengers] ( https://github.com/saulmm/Avengers ) - 一个使用Retrofit+RxJava+MVP的app
5757
5858* [ rx-android-architecture] ( https://github.com/tehmou/rx-android-architecture ) -Android中使用Rx的一种架构
59-
59+
60+ * [ android-boilerplate] ( https://github.com/ribot/android-boilerplate ) -使用RxJava+Retrofit+MVP的app,并了结合详细的测试用例
61+
62+ ## Example
63+
6064* [ learnrxjava] ( https://github.com/jhusain/learnrxjava ) -RxJava例子
6165
66+ * [ Intro-To-RxJava] ( https://github.com/Froussios/Intro-To-RxJava ) -RxJava实例入门
67+
6268## Library
63-
69+
6470 * [ rx-preferences] ( https://github.com/f2prateek/rx-preferences ) -使SharedPreferences支持RxJava
6571
6672 * [ RxAndroid] ( https://github.com/trello/RxLifecycle ) -RxJava的Android拓展
67-
73+
6874 * [ RxLifecycle] ( https://github.com/trello/RxLifecycle ) -帮助使用了RxJava的安卓应用控制生命周期
69-
75+
7076 * [ RxBinding] ( https://github.com/JakeWharton/RxBinding ) -安卓UI控件的RxJava绑定API
7177
7278 * [ storio] ( https://github.com/pushtorefresh/storio ) -支持RxJava的数据库
7379
7480 * [ retrofit] ( https://github.com/square/retrofit ) -支持RxJava的网络请求库
7581
76- ## 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 )
82+ * [ sqlbrite] ( https://github.com/square/sqlbrite ) -支持RxJava的sqlite数据库
7983
84+ * [ RxPermissions] ( https://github.com/tbruyelle/RxPermissions ) -RxJava实现的Android运行时权限控制
8085
86+ * [ xBus] ( https://github.com/mcxiaoke/xBus ) -简洁的EventBus实现
8187
88+ ## Stackoverflow
89+
90+ [ 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