mirror of
https://github.com/sunflower-zyb/Blog.git
synced 2025-06-09 08:34:09 +08:00
33 lines
1.1 KiB
Markdown
33 lines
1.1 KiB
Markdown
#RxJava
|
||
|
||
简要说明
|
||
|
||
## 基础篇
|
||
[给 Android 开发者的 RxJava 详解](http://gank.io/post/560e15be2dca930e00da1083)
|
||
|
||
对于没有任何基础的同学,可以首先看下此篇文章
|
||
|
||
[NotRxJava懒人专用指南](http://www.devtf.cn/?p=323)
|
||
|
||
知道RxJava如何使用,知道为何这么使用?那就那看这篇文章吧!从最简单的例子开始,一步步向RxJava迈进。(PS:最好原链接和译文一起阅读,译文中有些地方翻译错误)
|
||
|
||
## 书籍翻译
|
||
|
||
[ReactiveX文档中文翻译](https://mcxiaoke.gitbooks.io/rxdocs/content/Intro.html)
|
||
|
||
[RxJava Essentials 中文翻译版](http://rxjava.yuxingxin.com/index.html)
|
||
|
||
|
||
## 进阶篇
|
||
|
||
[RxJava’s Side Effect Methods](http://www.grokkingandroid.com/rxjavas-side-effect-methods/)
|
||
|
||
> But there are other methods, that do not change the stream of items in any way – I call those methods side effect methods.
|
||
|
||
如何在不影响“流”的前提下,进行其他操作呢?
|
||
|
||
|
||
[RxJava-Android-Samples](https://github.com/kaushikgopal/RxJava-Android-Samples)
|
||
|
||
RxJavaSample,配合翻译书籍食用更佳。
|