-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/WecanStudio/Android
- Loading branch information
Showing
2 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# RxJava资料整理 | ||
|
||
*** | ||
|
||
## 官方介绍 | ||
|
||
> A library for composing asynchronous and event-based programs using observable sequences for the Java VM | ||
**一个在 Java VM 上使用可观测的序列来组成异步的、基于事件的程序的库。** | ||
|
||
|
||
## 入门篇 | ||
- 给 Android 开发者的 RxJava 详解 / 扔物线 | ||
- http://gank.io/post/560e15be2dca930e00da1083 | ||
- 深入浅出RxJava / 大头鬼Bruce | ||
- http://blog.csdn.net/lzyzsd/article/details/41833541 | ||
- http://blog.csdn.net/lzyzsd/article/details/44094895 | ||
- http://blog.csdn.net/lzyzsd/article/details/44891933 | ||
- http://blog.csdn.net/lzyzsd/article/details/45033611 | ||
- Rxlifecycle使用详解 / pzws@count | ||
- http://jcodecraeer.com/a/anzhuokaifa/androidkaifa/2015/1122/3711.html | ||
- Learning RxJava (for Android) / NewCircle | ||
- https://www.youtube.com/watch?v=k3D0cWyNno4 | ||
|
||
|
||
|
||
## 实战篇 | ||
- Studio / XhinLiang @ WecanStudio | ||
- https://github.com/XhinLiang/Studio | ||
- HelloRx / GDG-Korea | ||
- https://github.com/GDG-Korea/HelloRx | ||
|
||
|
||
|
||
## 提高篇 | ||
- ReactiveX文档中文翻译 / mcxiaoke | ||
- https://mcxiaoke.gitbooks.io/rxdocs/content/index.html | ||
- RxJava / ReactiveX | ||
- https://github.com/ReactiveX/RxJava |