|
2 | 2 | RxJava resources |
3 | 3 |
|
4 | 4 | ## Blog |
5 | | - * **强烈推荐** 扔物线的文章 [给 Android 开发者的 RxJava 详解](http://gank.io/post/560e15be2dca930e00da1083) 讲解非常详细 |
| 5 | +* [给 Android 开发者的 RxJava 详解](http://gank.io/post/560e15be2dca930e00da1083) -**强烈推荐** 扔物线的文章 讲解非常详细 |
6 | 6 |
|
7 | | - * 这篇入门极力推荐,手把手,深入浅出教你实现一个简易的RxJava库,更好的理解RxJava的实现思路[NotRxJava懒人专用指南](http://www.devtf.cn/?p=323) |
| 7 | +* [NotRxJava懒人专用指南](http://www.devtf.cn/?p=323) -这篇入门极力推荐,手把手,深入浅出教你实现一个简易的RxJava库,更好的理解RxJava的实现思路 |
8 | 8 |
|
9 | | - * [深入浅出RxJava(一:基础篇)](http://blog.csdn.net/lzyzsd/article/details/41833541) |
10 | | - |
11 | | - * [深入浅出RxJava(二:操作符)](http://blog.csdn.net/lzyzsd/article/details/44094895) |
| 9 | +* [深入浅出RxJava(一:基础篇)](http://blog.csdn.net/lzyzsd/article/details/41833541) |
| 10 | + |
| 11 | +* [深入浅出RxJava ( 二:操作符 )](http://blog.csdn.net/lzyzsd/article/details/44094895) |
12 | 12 |
|
13 | | - * [深入浅出RxJava三--响应式的好处](http://blog.csdn.net/lzyzsd/article/details/44891933) |
| 13 | +* [深入浅出RxJava ( 三--响应式的好处 )](http://blog.csdn.net/lzyzsd/article/details/44891933) |
14 | 14 |
|
15 | | - * [深入浅出RxJava四-在Android中使用响应式编程](http://blog.csdn.net/lzyzsd/article/details/45033611) |
| 15 | +* [深入浅出RxJava ( 四-在Android中使用响应式编程 )](http://blog.csdn.net/lzyzsd/article/details/45033611) |
16 | 16 |
|
17 | | - * [如何升级到RxAndroid1.0](http://blog.csdn.net/lzyzsd/article/details/49248235),适合使用Rx 0.x版本的用户升级的时候参考 |
| 17 | +* [如何升级到RxAndroid1.0](http://blog.csdn.net/lzyzsd/article/details/49248235) -适合使用Rx 0.x版本的用户升级的时候参考 |
18 | 18 |
|
19 | | - 开发者前线翻译的一系列很赞的教程 |
| 19 | +### 开发者前线翻译的一系列很赞的教程 |
20 | 20 |
|
21 | | - * [那些年我们错过的响应式编程](http://www.devtf.cn/?p=174),非常棒的讲解响应式编程的文章。 |
| 21 | +* [那些年我们错过的响应式编程](http://www.devtf.cn/?p=174) -非常棒的讲解响应式编程的文章。 |
22 | 22 |
|
23 | | - * [使用RxJava从多个数据源中加载数据](http://www.devtf.cn/?p=764) |
| 23 | +* [使用RxJava从多个数据源中加载数据](http://www.devtf.cn/?p=764) |
24 | 24 |
|
25 | | - * [使用RxJava.Observable取代AsyncTask和AsyncTaskLoader](http://www.devtf.cn/?p=114) |
| 25 | +* [使用RxJava.Observable取代AsyncTask和AsyncTaskLoader](http://www.devtf.cn/?p=114) |
26 | 26 |
|
27 | | - * [当复仇者联盟遇上Dragger2、RxJava和Retrofit的巧妙结合](http://www.devtf.cn/?p=565) |
| 27 | +* [当复仇者联盟遇上Dragger2、RxJava和Retrofit的巧妙结合](http://www.devtf.cn/?p=565) |
28 | 28 |
|
29 | | - * [结合RxJava使用SQLite](http://www.devtf.cn/?p=734) |
| 29 | +* [结合RxJava使用SQLite](http://www.devtf.cn/?p=734) |
30 | 30 |
|
31 | | - * [比钢铁侠反应更灵敏-RxJava](http://www.devtf.cn/?p=770) |
| 31 | +* [比钢铁侠反应更灵敏-RxJava](http://www.devtf.cn/?p=770) |
32 | 32 |
|
33 | | - 一些不错的介绍操作符的,[地址1](http://blog.csdn.net/job_hesc/article/details/46242117) || [地址2](http://blog.chinaunix.net/uid/20771867.html) |
| 33 | +### 一些不错的介绍操作符的文章 |
| 34 | + * [行云流水的博客](http://blog.csdn.net/job_hesc/article/details/46242117) |
| 35 | + * [Android RxJava使用介绍(二) RxJava的操作符](http://blog.chinaunix.net/uid/20771867.html) |
34 | 36 |
|
35 | | - 翻译 [Deferring Observable code until subscription in RxJava](http://www.jianshu.com/p/c83996149f5b) |
| 37 | +### 一些不错的翻译文章 |
| 38 | +* [【译】Deferring Observable code until subscription in RxJava](http://www.jianshu.com/p/c83996149f5b) |
36 | 39 |
|
37 | | - 翻译 [RxJava Observable tranformation: concatMap() vs flatMap()](http://www.jianshu.com/p/6d16805537ef) |
| 40 | +* [【译】RxJava Observable tranformation: concatMap() vs flatMap()](http://www.jianshu.com/p/6d16805537ef) |
38 | 41 |
|
39 | | - 翻译 [Loading data from multiple sources with RxJava](http://www.jianshu.com/p/be084df924dc) |
| 42 | +* [【译】Loading data from multiple sources with RxJava](http://www.jianshu.com/p/be084df924dc) |
40 | 43 |
|
41 | | - 翻译 [Don't break the chain: use RxJava's compose() operator](http://www.jianshu.com/p/e9e03194199e) |
| 44 | +* [【译】Don't break the chain: use RxJava's compose() operator](http://www.jianshu.com/p/e9e03194199e) |
42 | 45 |
|
43 | | -## test |
| 46 | +## Test |
44 | 47 |
|
45 | 48 | * [Unit Testing RxJava Observables and Subscriptions](http://fedepaol.github.io/blog/2015/09/13/testing-rxjava-observables-subscriptions/) |
46 | 49 |
|
47 | 50 | ## App |
48 | 51 |
|
49 | | - 简介:Android application that loads gifs via gfycat for efficiency's sake |
| 52 | +* [android-gfycat](https://github.com/dlew/android-gfycat) -Android application that loads gifs via gfycat for efficiency's sake |
50 | 53 |
|
51 | | - [android-gfycat](https://github.com/dlew/android-gfycat) |
| 54 | +* [JakeWharton/u2020](https://github.com/JakeWharton/u2020) -Jake大神的项目,里面有RxJava和Retrofit一起使用的例子 |
52 | 55 |
|
53 | | - Jake大神的项目,里面有RxJava和Retrofit一起使用的例子 |
54 | | - [JakeWharton/u2020](https://github.com/JakeWharton/u2020) |
55 | | - |
56 | | - 一个使用Retrofit+RxJava+MVP的app |
57 | | - [Avengers](https://github.com/saulmm/Avengers) |
| 56 | +* [Avengers](https://github.com/saulmm/Avengers) - 一个使用Retrofit+RxJava+MVP的app |
| 57 | + |
| 58 | +* [rx-android-architecture](https://github.com/tehmou/rx-android-architecture) -Android中使用Rx的一种架构 |
58 | 59 |
|
59 | | - Android中使用Rx的一种架构 |
60 | | - [rx-android-architecture](https://github.com/tehmou/rx-android-architecture) |
| 60 | +* [learnrxjava](https://github.com/jhusain/learnrxjava) -RxJava例子 |
61 | 61 |
|
62 | | - RxJava例子 |
63 | | - [learnrxjava](https://github.com/jhusain/learnrxjava) |
64 | 62 |
|
65 | | -## stackoverflow |
| 63 | +## Stackoverflow |
66 | 64 |
|
67 | 65 | [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) |
| 66 | + |
| 67 | + |
| 68 | + |
0 commit comments