Skip to content

Commit d6a0871

Browse files
Merge pull request uknownothingsnow#23 from lzyzsd/pr/15
Pr/15
2 parents e6c90bf + 3670cf7 commit d6a0871

File tree

1 file changed

+19
-15
lines changed

1 file changed

+19
-15
lines changed

README.md

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -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,24 +31,26 @@ RxJava resources
2931
* [结合RxJava使用SQLite](http://www.devtf.cn/?p=734)
3032

3133
* [比钢铁侠反应更灵敏-RxJava](http://www.devtf.cn/?p=770)
32-
34+
3335
### 一些不错的介绍操作符的文章
36+
37+
* [行云流水的博客](http://blog.csdn.net/job_hesc/article/details/46242117)
38+
* [Android RxJava使用介绍(二) RxJava的操作符](http://blog.chinaunix.net/uid/20771867.html)
3439
* [木水川的博客](http://mushuichuan.com/tags/RxJava/)
3540

3641
* [RxMarbles](http://rxmarbles.com/)-Interactive diagrams of Rx Observables
3742

3843
* [Android RxJava使用介绍(二) RxJava的操作符](http://blog.csdn.net/job_hesc/article/details/46242117)
3944

4045
### 一些不错的翻译文章
46+
4147
* [【译】Deferring Observable code until subscription in RxJava](http://www.jianshu.com/p/c83996149f5b)
4248

4349
* [【译】RxJava Observable tranformation: concatMap() vs flatMap()](http://www.jianshu.com/p/6d16805537ef)
44-
50+
4551
* [【译】Loading data from multiple sources with RxJava](http://www.jianshu.com/p/be084df924dc)
46-
47-
* [【译】Don't break the chain: use RxJava's compose() operator](http://www.jianshu.com/p/e9e03194199e)
4852

49-
* [【译】RxJava Essentials 中文翻译版](http://rxjava.yuxingxin.com/) -Ivan.Morgillo所写一书的中文翻译版本
53+
* [【译】Don't break the chain: use RxJava's compose() operator](http://www.jianshu.com/p/e9e03194199e)
5054

5155
### 一些原理分析的文章
5256
* [彻底搞懂 RxJava — 基础篇](http://diordna.sinaapp.com/?p=896)
@@ -57,6 +61,8 @@ RxJava resources
5761

5862
## Test
5963

64+
* [【译】RxJava Essentials 中文翻译版](http://rxjava.yuxingxin.com/) -Ivan.Morgillo所写一书的中文翻译版本
65+
6066
* [Unit Testing RxJava Observables and Subscriptions](http://fedepaol.github.io/blog/2015/09/13/testing-rxjava-observables-subscriptions/)
6167

6268
* [Unit Testing RxJava Observables](https://medium.com/ribot-labs/unit-testing-rxjava-6e9540d4a329)
@@ -74,7 +80,7 @@ RxJava resources
7480
* [AppPlus](https://github.com/maoruibin/AppPlus) - 一个可以用于传送Apk文件,提取APK文件等的工具软件。
7581

7682
* [rx-android-architecture](https://github.com/tehmou/rx-android-architecture) -Android中使用Rx的一种架构
77-
83+
7884
* [learnrxjava](https://github.com/jhusain/learnrxjava) -RxJava例子
7985

8086
* [MovieGuide]([https://github.com/esoxjem/MovieGuide](https://github.com/esoxjem/MovieGuide))-An Android app that showcases the MVP pattern and RxJava
@@ -84,13 +90,13 @@ RxJava resources
8490

8591
* [RxBlur]([https://github.com/SmartDengg/RxBlur](https://github.com/SmartDengg/RxBlur))-用RxJava处理和操作高斯模糊效果的简单用例。
8692
## Library
87-
93+
8894
* [rx-preferences](https://github.com/f2prateek/rx-preferences) -使SharedPreferences支持RxJava
8995

90-
* [RxAndroid](https://github.com/ReactiveX/RxAndroid) -RxJava的Android拓展
96+
* [RxAndroid](https://github.com/trello/RxLifecycle) -RxJava的Android拓展
9197

9298
* [RxLifecycle](https://github.com/trello/RxLifecycle) -帮助使用了RxJava的安卓应用控制生命周期
93-
99+
94100
* [RxBinding](https://github.com/JakeWharton/RxBinding) -安卓UI控件的RxJava绑定API
95101

96102
* [storio](https://github.com/pushtorefresh/storio) -支持RxJava的数据库
@@ -99,11 +105,9 @@ RxJava resources
99105

100106
## Stackoverflow
101107

102-
[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)
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)
103109

104110
## Video
105111

106112
* [droidconDE 2015: Ivan Morgillo – Android reactive programming with Rxjava](https://www.youtube.com/watch?v=JCLZ55M2gVo&list=PLAY9OtteiTj04IdJDW7KV1cy843reyjvT)
107113
* [Common RxJava Mistakes](https://www.youtube.com/watch?v=QdmkXL7XikQ&feature=youtu.be)
108-
109-

0 commit comments

Comments
 (0)