Skip to content

Commit 95d418f

Browse files
committed
Merge branch 'master' into pr/12
# Conflicts: # README.md
2 parents b3cb063 + e6c90bf commit 95d418f

File tree

1 file changed

+37
-1
lines changed

1 file changed

+37
-1
lines changed

README.md

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,17 @@ RxJava resources
3131
* [比钢铁侠反应更灵敏-RxJava](http://www.devtf.cn/?p=770)
3232

3333
### 一些不错的介绍操作符的文章
34+
3435
* [行云流水的博客](http://blog.csdn.net/job_hesc/article/details/46242117)
36+
3537
* [Android RxJava使用介绍(二) RxJava的操作符](http://blog.chinaunix.net/uid/20771867.html)
3638

39+
* [木水川的博客](http://mushuichuan.com/tags/RxJava/)
40+
41+
* [RxMarbles](http://rxmarbles.com/)-Interactive diagrams of Rx Observables
42+
43+
* [Android RxJava使用介绍(二) RxJava的操作符](http://blog.csdn.net/job_hesc/article/details/46242117)
44+
3745
### 一些不错的翻译文章
3846
* [【译】Deferring Observable code until subscription in RxJava](http://www.jianshu.com/p/c83996149f5b)
3947

@@ -43,10 +51,20 @@ RxJava resources
4351

4452
* [【译】Don't break the chain: use RxJava's compose() operator](http://www.jianshu.com/p/e9e03194199e)
4553

46-
## Test
54+
### 一些原理分析的文章
55+
* [彻底搞懂 RxJava — 基础篇](http://diordna.sinaapp.com/?p=896)
56+
57+
* [彻底搞懂 RxJava — 中级篇](http://diordna.sinaapp.com/?p=910)
58+
59+
* [彻底搞懂 RxJava — 高级篇](http://diordna.sinaapp.com/?p=912)
60+
61+
## Test
62+
* [【译】RxJava Essentials 中文翻译版](http://rxjava.yuxingxin.com/) -Ivan.Morgillo所写一书的中文翻译版本
4763

4864
* [Unit Testing RxJava Observables and Subscriptions](http://fedepaol.github.io/blog/2015/09/13/testing-rxjava-observables-subscriptions/)
4965

66+
* [Unit Testing RxJava Observables](https://medium.com/ribot-labs/unit-testing-rxjava-6e9540d4a329)
67+
5068
## App
5169

5270
* [android-gfycat](https://github.com/dlew/android-gfycat) -Android application that loads gifs via gfycat for efficiency's sake
@@ -55,6 +73,10 @@ RxJava resources
5573

5674
* [Avengers](https://github.com/saulmm/Avengers) - 一个使用Retrofit+RxJava+MVP的app
5775

76+
* [TranslateApp](https://github.com/maoruibin/TranslateApp) - 一个使用 MVP+Dagger2+RxJava+Retrofit的实现手机端『划词翻译』功能的App - 咕咚翻译
77+
78+
* [AppPlus](https://github.com/maoruibin/AppPlus) - 一个可以用于传送Apk文件,提取APK文件等的工具软件。
79+
5880
* [rx-android-architecture](https://github.com/tehmou/rx-android-architecture) -Android中使用Rx的一种架构
5981

6082
* [android-boilerplate](https://github.com/ribot/android-boilerplate) -使用RxJava+Retrofit+MVP的app,并了结合详细的测试用例
@@ -65,12 +87,21 @@ RxJava resources
6587

6688
* [Intro-To-RxJava](https://github.com/Froussios/Intro-To-RxJava) -RxJava实例入门
6789

90+
* [MovieGuide]([https://github.com/esoxjem/MovieGuide](https://github.com/esoxjem/MovieGuide))-An Android app that showcases the MVP pattern and RxJava
91+
92+
* [RxWeather]([https://github.com/SmartDengg/RxWeather](https://github.com/SmartDengg/RxWeather))
93+
-Architecting Android with RxJava
94+
95+
* [RxBlur]([https://github.com/SmartDengg/RxBlur](https://github.com/SmartDengg/RxBlur))-用RxJava处理和操作高斯模糊效果的简单用例。
96+
6897
## Library
6998

7099
* [rx-preferences](https://github.com/f2prateek/rx-preferences) -使SharedPreferences支持RxJava
71100

72101
* [RxAndroid](https://github.com/trello/RxLifecycle) -RxJava的Android拓展
73102

103+
* [RxAndroid](https://github.com/ReactiveX/RxAndroid) -RxJava的Android拓展
104+
74105
* [RxLifecycle](https://github.com/trello/RxLifecycle) -帮助使用了RxJava的安卓应用控制生命周期
75106

76107
* [RxBinding](https://github.com/JakeWharton/RxBinding) -安卓UI控件的RxJava绑定API
@@ -85,6 +116,11 @@ RxJava resources
85116

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

119+
## Video
120+
121+
* [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+
88124
## Stackoverflow
89125

90126
[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

Comments
 (0)