Skip to content

Commit bb04a79

Browse files
committed
merge
2 parents 95d418f + d6a0871 commit bb04a79

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ RxJava resources
1616

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
### 开发者前线翻译的一系列很赞的教程
2022

2123
* [那些年我们错过的响应式编程](http://www.devtf.cn/?p=174) -非常棒的讲解响应式编程的文章。
@@ -43,6 +45,7 @@ RxJava resources
4345
* [Android RxJava使用介绍(二) RxJava的操作符](http://blog.csdn.net/job_hesc/article/details/46242117)
4446

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

4851
* [【译】RxJava Observable tranformation: concatMap() vs flatMap()](http://www.jianshu.com/p/6d16805537ef)
@@ -61,6 +64,8 @@ RxJava resources
6164
## Test
6265
* [【译】RxJava Essentials 中文翻译版](http://rxjava.yuxingxin.com/) -Ivan.Morgillo所写一书的中文翻译版本
6366

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

6671
* [Unit Testing RxJava Observables](https://medium.com/ribot-labs/unit-testing-rxjava-6e9540d4a329)
@@ -116,11 +121,13 @@ RxJava resources
116121

117122
* [xBus](https://github.com/mcxiaoke/xBus) -简洁的EventBus实现
118123

124+
125+
## Stackoverflow
126+
127+
* [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)
128+
119129
## Video
120130

121131
* [droidconDE 2015: Ivan Morgillo – Android reactive programming with Rxjava](https://www.youtube.com/watch?v=JCLZ55M2gVo&list=PLAY9OtteiTj04IdJDW7KV1cy843reyjvT)
122-
* [Common RxJava Mistakes](https://www.youtube.com/watch?v=QdmkXL7XikQ&feature=youtu.be)
123-
124-
## Stackoverflow
125132

126-
[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)
133+
* [Common RxJava Mistakes](https://www.youtube.com/watch?v=QdmkXL7XikQ&feature=youtu.be)

0 commit comments

Comments
 (0)