RxJava之扔物线给Android开发者的RxJava详解文章中的例子
###说明
最近正好有时间,边读文章,边将文章中的例子敲成代码.因为RxJava接触时间不长,代码中难免有些问题,希望大家可以给予指导和帮助.
扔物线在百忙之中的周末给Review代码,以及对我的鼓励
汤涛在百忙之中的傍晚给Review代码,提了很多代码规范上的建议,以及对我的夸奖
秋百万对我的鼓励,使我坚持不断的修改代码
###APK下载
二维码下载
[APK备用下载地址](http://fir.im/rengwuxianrxjava)###Build
To build:
$ git clone https://github.com/androidmalin/RengwuxianRxjava.git
$ cd RengwuxianRxjava/
$ ./gradlew clean --stacktrace (gradle clean --stacktrace)
###Bugs and Feedback
For bugs, questions and discussions please use the Github Issues.
项目名称 | 项目信息 |
---|---|
android.support.* | Android Support Library |
RxJava | 一个在 Java VM 上使用可观测的序列来组成异步的、基于事件的程序的库 |
RxAndroid | RxAndroid 是 RxJava 的一个针对 Android 平台的扩展 |
logger | 一个简洁,优雅,功能强大的Android日志输出工具 |
scalpel | JakeWharton布局层次结构的三维效果展示 |
RxBinding | JakeWharton Android函数式相应编程(FRP)框架 |
项目名称 | 项目信息 | 参考的地方 |
---|---|---|
Android-Universal-Image-Loader | Android图片加载库 | |
pidcat | JakeWharton项目一个简洁,优雅的,彩色日志终端查看库 | 在终端过滤日志信息 |
phphub-android | PHPHub Android 客户端 | 参考了README.md的写法 |
作者 | 文章 | 参考的地方 |
---|---|---|
扔物线 | 给Android开发者的RxJava详解 | 示例代码 |
胡凯 | 高效加载大图 | Bitmap压缩算法 |
intbird | Android OOM ,回收布局文件中ImageView占用的内存.Bitmap OOM回收解决. | Bitmap回收 |
汤涛 | Scalpel: Jake大神的第三把刀 | scalpel的使用 |
任玉刚 | Android开发艺术探索 | BitmapFactory解析的配置 |
徐宜生 | Android群英传 | Canvas的使用 |
shwenzhang | Android内存优化杂谈 | 内存优化 |
JakeWharton
nostra13
扔物线
代码家
秋百万
大头鬼
胡凯
任玉刚
徐宜生
Ailurus
汤涛
intbird
###About me
人人网Android开发工程师
我的CSDN博客:http://blog.csdn.net/androidmalin
我的微博:http://weibo.com/androidmalin
###License
The MIT License (MIT) Copyright (c) 2015 malin Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.