Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/WecanStudio/Android
Browse files Browse the repository at this point in the history
  • Loading branch information
xdsjs committed Dec 26, 2015
2 parents 2c03df6 + f938ad3 commit 0ecaa20
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
Binary file not shown.
39 changes: 39 additions & 0 deletions 分享会/RxJava on Android-Xhin/RxJava资料整理.md
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

0 comments on commit 0ecaa20

Please sign in to comment.