Skip to content

Commit dc2f870

Browse files
committed
Add RxJava related library
1 parent a01b1a7 commit dc2f870

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,21 @@ RxJava resources
5858
* [rx-android-architecture](https://github.com/tehmou/rx-android-architecture) -Android中使用Rx的一种架构
5959

6060
* [learnrxjava](https://github.com/jhusain/learnrxjava) -RxJava例子
61+
62+
## Library
63+
64+
* [rx-preferences](https://github.com/f2prateek/rx-preferences) -使SharedPreferences支持RxJava
65+
66+
* [RxAndroid](https://github.com/trello/RxLifecycle) -RxJava的Android拓展
6167

68+
* [RxLifecycle](https://github.com/trello/RxLifecycle) -帮助使用了RxJava的安卓应用控制生命周期
6269

70+
* [RxBinding](https://github.com/JakeWharton/RxBinding) -安卓UI控件的RxJava绑定API
71+
72+
* [storio](https://github.com/pushtorefresh/storio) -支持RxJava的数据库
73+
74+
* [retrofit](https://github.com/square/retrofit) -支持RxJava的网络请求库
75+
6376
## Stackoverflow
6477

6578
[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)