Skip to content

Commit c91adce

Browse files
committed
add a example
1 parent d20358d commit c91adce

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ RxJava resources
3838

3939
* [Android RxJava使用介绍(二) RxJava的操作符](http://blog.chinaunix.net/uid/20771867.html)
4040

41-
* [木水川的博客](http://mushuichuan.com/tags/RxJava/)
42-
41+
* [木水川的博客](http://mushuichuan.com/tags/RxJava/)
42+
4343
* [RxMarbles](http://rxmarbles.com/)-Interactive diagrams of Rx Observables
44-
44+
4545
* [Android RxJava使用介绍(二) RxJava的操作符](http://blog.csdn.net/job_hesc/article/details/46242117)
46-
46+
4747
### 一些不错的翻译文章
4848

4949
* [【译】Deferring Observable code until subscription in RxJava](http://www.jianshu.com/p/c83996149f5b)
@@ -60,8 +60,8 @@ RxJava resources
6060
* [彻底搞懂 RxJava — 中级篇](http://diordna.sinaapp.com/?p=910)
6161

6262
* [彻底搞懂 RxJava — 高级篇](http://diordna.sinaapp.com/?p=912)
63-
64-
## Test
63+
64+
## Test
6565
* [【译】RxJava Essentials 中文翻译版](http://rxjava.yuxingxin.com/) -Ivan.Morgillo所写一书的中文翻译版本
6666

6767
* [【译】RxJava Essentials 中文翻译版](http://rxjava.yuxingxin.com/) -Ivan.Morgillo所写一书的中文翻译版本
@@ -101,14 +101,16 @@ RxJava resources
101101

102102
* [RxBlur]([https://github.com/SmartDengg/RxBlur](https://github.com/SmartDengg/RxBlur))-用RxJava处理和操作高斯模糊效果的简单用例。
103103

104+
* [RxJava-Android-Samples](https://github.com/kaushikgopal/RxJava-Android-Samples)-Learning RxJava for Android by example
105+
104106
## Library
105107

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

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

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

114116
* [RxBinding](https://github.com/JakeWharton/RxBinding) -安卓UI控件的RxJava绑定API
@@ -125,11 +127,11 @@ RxJava resources
125127

126128

127129
## Stackoverflow
128-
130+
129131
* [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)
130132

131133
## Video
132134

133135
* [droidconDE 2015: Ivan Morgillo – Android reactive programming with Rxjava](https://www.youtube.com/watch?v=JCLZ55M2gVo&list=PLAY9OtteiTj04IdJDW7KV1cy843reyjvT)
134136

135-
* [Common RxJava Mistakes](https://www.youtube.com/watch?v=QdmkXL7XikQ&feature=youtu.be)
137+
* [Common RxJava Mistakes](https://www.youtube.com/watch?v=QdmkXL7XikQ&feature=youtu.be)

0 commit comments

Comments
 (0)