正文
RxAndroid
Android上的响应式扩展,
用于Android的Rxjava绑定库,
在RxJava基础上添加了Android线程调度
https://github.com/ReactiveX/RxAndroid
RxLifecycle
防止RxJava中subscription导致内存泄漏
RxPermissions
基于RxJava开发的用于帮助在Android 6.0中处理运行时权限检测
RxBinding
提供用RxJava绑定Android UI的API,
配合Rxjava处理控件异步调用
https://github.com/JakeWharton/RxBinding
Agera
Android上的响应式编程
https://github.com/google/agera
四、事件总线
EventBus
安卓优化的事件总线,简化了活动、片段、线程、服务等的通信
https://github.com/greenrobot/EventBus
Otto
一个基于Guava的增强的事件总线
https://github.com/square/otto
五、性能优化/内存检测
LeakCanary
内存泄漏检测工具,Facebook出品
https://github.com/square/leakcanary
ACRAAndroid
应用程序崩溃报告
https://github.com/ACRA/acra
六、网页数据抓取/Html解析
1.HtmlPaser
一种用来解析单个独立html或嵌套html的方式
https://sourceforge.net/projects/htmlparser
2.Jsoup
一个以最好的DOM,CSS和jQuery解析html的库
https://github.com/jhy/jsoup
七 、图片加载
1.Android Universal Image Loader
一个强大的加载,缓存,展示图片的库
https://github.com/nostra13/Android-Universal-Image-Loader
2、Picasso
一个强大的图片下载与缓存的库
https://github.com/square/picasso
3、Fresco
一个用于管理图像和他们使用的内存的库,facebook出品
https://github.com/facebook/fresco
4、Glide
Google出品的图片加载和缓存的库,这里有非常好的指导文档:https:// mrfu.me /2016/02/27/Glide_Getting_Started/
https://github.com/bumptech/glide
八、图片处理
1、Picasso-transformations
一个为Picasso提供多种图片变换的库
https://github.com/wasabeef/picasso-transformations
2、Glide-transformations
一个为Glide提供多种图片变换的库
https://github.com/wasabeef/glide-transformations
3、Android-gpuimage
基于OpenGL的Android过滤器
https://github.com/CyberAgent/android-gpuimage
九、数据库
1
、OrmLite
JDBC和Android的轻量级ORM java包
https://sourceforge.net/projects/ormlite/files/releases/com/j256/ormlite
2、Sugar
用超级简单的方法处理Android数据库
https://github.com/satyan/sugar