RxJava之扔物线给Android开发者的RxJava详解文章中的例子
To build:
$ git clone https://github.com/androidmalin/RengwuxianRxjava.git
$ cd RengwuxianRxjava/
$ gradle clean --stacktrace(./gradlew clean --stacktrace )
For bugs, questions and discussions please use the Github Issues.
项目名称 | 项目信息 |
---|---|
android.support.* | Android Support Library |
RxJava | 一个在 Java VM 上使用可观测的序列来组成异步的、基于事件的程序的库 |
RxAndroid | RxAndroid 是 RxJava 的一个针对 Android 平台的扩展 |
RxBinding | JakeWharton Android函数式相应编程(FRP)框架 |
logger | 一个简洁,优雅,功能强大的Android日志输出工具 |
作者 | 文章 | 参考的地方 |
---|---|---|
扔物线 | 给Android开发者的RxJava详解 | 示例代码 |
胡凯 | 高效加载大图 | Bitmap压缩算法 |
intbird | Android OOM ,回收布局文件中ImageView占用的内存.Bitmap OOM回收解决. | Bitmap回收 |
任玉刚 | Android开发艺术探索 | BitmapFactory解析的配置 |
徐宜生 | Android群英传 | Canvas的使用 |
shwenzhang | Android内存优化杂谈 | 内存优化 |
我的CSDN博客:http://blog.csdn.net/androidmalin
我的微博:http://weibo.com/androidmalin
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.