diff --git a/README.md b/README.md index 27a35fe..cb72a9d 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,21 @@ RxJava resources * [可能是东半球最全的RxJava使用场景小结](http://blog.csdn.net/theone10211024/article/details/50435325) +* [RxJava系列1(简介)](https://zhuanlan.zhihu.com/p/20687178) + +* [RxJava系列2(基本概念及使用介绍)](https://zhuanlan.zhihu.com/p/20687307) + +* [RxJava系列3(转换操作符)](https://zhuanlan.zhihu.com/p/21926591) + +* [RxJava系列4(过滤操作符)](https://zhuanlan.zhihu.com/p/21966621) + +* [RxJava系列5(组合操作符)](https://zhuanlan.zhihu.com/p/22039934) + +* [RxJava系列6(从微观角度解读RxJava源码)](https://zhuanlan.zhihu.com/p/22338235) + +* [RxJava系列7(最佳实践)](https://zhuanlan.zhihu.com/p/23108381) + + ### 开发者前线翻译的一系列很赞的教程 * [那些年我们错过的响应式编程](http://www.devtf.cn/?p=174) -非常棒的讲解响应式编程的文章。 @@ -61,11 +76,10 @@ RxJava resources * [彻底搞懂 RxJava — 高级篇](http://diordna.sinaapp.com/?p=912) -## Test -* [【译】RxJava Essentials 中文翻译版](http://rxjava.yuxingxin.com/) -Ivan.Morgillo所写一书的中文翻译版本 - -* [【译】RxJava Essentials 中文翻译版](http://rxjava.yuxingxin.com/) -Ivan.Morgillo所写一书的中文翻译版本 +## 书籍 +* [【译】RxJava Essentials 中文翻译版](https://github.com/yuxingxin/RxJava-Essentials-CN) -Ivan.Morgillo所写一书的中文翻译版本 +## Test * [Unit Testing RxJava Observables and Subscriptions](http://fedepaol.github.io/blog/2015/09/13/testing-rxjava-observables-subscriptions/) * [Unit Testing RxJava Observables](https://medium.com/ribot-labs/unit-testing-rxjava-6e9540d4a329) @@ -88,6 +102,8 @@ RxJava resources * [RxJavaApp](https://github.com/jiang111/RxJavaApp) -用于学习RxJava操作符的APP +*[Realm结合Rxjava的使用](https://realm.io/docs/java/latest/#rxjava) -Realm结合Rxjava的使用 + ## Example * [learnrxjava](https://github.com/jhusain/learnrxjava) -RxJava例子 @@ -107,13 +123,13 @@ RxJava resources * [rx-preferences](https://github.com/f2prateek/rx-preferences) -使SharedPreferences支持RxJava - * [RxAndroid](https://github.com/trello/RxLifecycle) -RxJava的Android拓展 - * [RxAndroid](https://github.com/ReactiveX/RxAndroid) -RxJava的Android拓展 * [RxLifecycle](https://github.com/trello/RxLifecycle) -帮助使用了RxJava的安卓应用控制生命周期 * [RxBinding](https://github.com/JakeWharton/RxBinding) -安卓UI控件的RxJava绑定API + + * [Android-ReactiveLocation](https://github.com/mcharmas/Android-ReactiveLocation) -Google Play Service API wrapped in RxJava * [storio](https://github.com/pushtorefresh/storio) -支持RxJava的数据库 @@ -122,6 +138,10 @@ RxJava resources * [sqlbrite](https://github.com/square/sqlbrite) -支持RxJava的sqlite数据库 * [RxPermissions](https://github.com/tbruyelle/RxPermissions) -RxJava实现的Android运行时权限控制 + + * [reark](https://github.com/reark/reark) -RxJava architecture library for Android + + * [frodo](https://github.com/android10/frodo) -Android Library for Logging RxJava Observables and Subscribers. ## Stackoverflow @@ -133,3 +153,5 @@ RxJava resources * [droidconDE 2015: Ivan Morgillo – Android reactive programming with Rxjava](https://www.youtube.com/watch?v=JCLZ55M2gVo&list=PLAY9OtteiTj04IdJDW7KV1cy843reyjvT) * [Common RxJava Mistakes](https://www.youtube.com/watch?v=QdmkXL7XikQ&feature=youtu.be) + +