# Awesome-RxJava **Repository Path**: afoye/Awesome-RxJava ## Basic Information - **Project Name**: Awesome-RxJava - **Description**: RxJava resources - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Awesome-RxJava RxJava resources ## Blog * [那些年我们错过的响应式编程](http://www.devtf.cn/?p=174),非常棒的讲解响应式编程的文章。 * 这篇入门极力推荐,手把手,深入浅出教你实现一个简易的RxJava库,更好的理解RxJava的实现思路[NotRxJava懒人专用指南](http://www.devtf.cn/?p=323) * [深入浅出RxJava(一:基础篇)](http://blog.csdn.net/lzyzsd/article/details/41833541) * [深入浅出RxJava(二:操作符)](http://blog.csdn.net/lzyzsd/article/details/44094895) * [深入浅出RxJava三--响应式的好处](http://blog.csdn.net/lzyzsd/article/details/44891933) * [深入浅出RxJava四-在Android中使用响应式编程](http://blog.csdn.net/lzyzsd/article/details/45033611) 开发者前线翻译的一系列很赞的教程 * [使用RxJava从多个数据源中加载数据](http://www.devtf.cn/?p=764) * [使用RxJava.Observable取代AsyncTask和AsyncTaskLoader](http://www.devtf.cn/?p=114) * [当复仇者联盟遇上Dragger2、RxJava和Retrofit的巧妙结合](http://www.devtf.cn/?p=565) * [结合RxJava使用SQLite](http://www.devtf.cn/?p=734) * [比钢铁侠反应更灵敏-RxJava](http://www.devtf.cn/?p=770) 一篇不错的介绍操作符的,[地址](http://blog.csdn.net/job_hesc/article/details/46242117) 翻译 [Deferring Observable code until subscription in RxJava](http://www.jianshu.com/p/c83996149f5b) 翻译 [RxJava Observable tranformation: concatMap() vs flatMap()](http://www.jianshu.com/p/6d16805537ef) 翻译 [Loading data from multiple sources with RxJava](http://www.jianshu.com/p/be084df924dc) 翻译 [Don't break the chain: use RxJava's compose() operator](http://www.jianshu.com/p/e9e03194199e) * 扔物线的文章 [给 Android 开发者的 RxJava 详解](http://gank.io/post/560e15be2dca930e00da1083) 讲解非常详细 ## App 简介:Android application that loads gifs via gfycat for efficiency's sake [android-gfycat](https://github.com/dlew/android-gfycat) Jake大神的项目,里面有RxJava和Retrofit一起使用的例子 [JakeWharton/u2020](https://github.com/JakeWharton/u2020) 一个使用Retrofit+RxJava+MVP的app [Avengers](https://github.com/saulmm/Avengers) Android中使用Rx的一种架构 [rx-android-architecture](https://github.com/tehmou/rx-android-architecture)