天天看点

15 个 Android 通用流行框架大全

名称

描述

<a href="https://github.com/JakeWharton/DiskLruCache" target="_blank">DiskLruCache</a>

Java实现基于LRU的磁盘缓存

<a href="https://github.com/nostra13/Android-Universal-Image-Loader" target="_blank">Android Universal Image Loader</a>

一个强大的加载,缓存,展示图片的库

<a href="https://github.com/square/picasso" target="_blank">Picasso</a>

一个强大的图片下载与缓存的库

<a href="https://github.com/facebook/fresco" target="_blank">Fresco</a>

一个用于管理图像和他们使用的内存的库

<a href="https://github.com/bumptech/glide" target="_blank">Glide</a>

一个图片加载和缓存的库

<a href="https://github.com/wasabeef/picasso-transformations" target="_blank">Picasso-transformations</a>

<a href="https://github.com/wasabeef/glide-transformations" target="_blank">Glide-transformations</a>

<a href="https://github.com/CyberAgent/android-gpuimage" target="_blank">Android-gpuimage</a>

基于OpenGL的Android过滤器

<a href="https://github.com/loopj/android-async-http" target="_blank">Android Async HTTP</a>

Android异步HTTP库

<a href="https://github.com/koush/AndroidAsync" target="_blank">AndroidAsync</a>

异步Socket,HTTP(客户端+服务器),WebSocket,和socket.io库。基于NIO而不是线程。

<a href="https://github.com/square/okhttp" target="_blank">OkHttp</a>

一个Http与Http/2的客户端

<a href="https://github.com/square/retrofit" target="_blank">Retrofit</a>

类型安全的Http客户端

<a href="https://android.googlesource.com/platform/frameworks/volley" target="_blank">Volley</a>

Google推出的Android异步网络请求框架和图片加载框架

<a href="https://github.com/google/gson" target="_blank">Gson</a>

一个Java序列化/反序列化库,可以将JSON和java对象互相转换

<a href="https://github.com/codehaus/jackson" target="_blank">Jackson</a>

<a href="https://github.com/alibaba/fastjson" target="_blank">Fastjson</a>

Java上一个快速的JSON解析器/生成器

<a href="https://sourceforge.net/projects/htmlparser/" target="_blank">HtmlPaser</a>

一种用来解析单个独立html或嵌套html的方式

<a href="https://github.com/jhy/jsoup" target="_blank">Jsoup</a>

一个以最好的DOM,CSS和jQuery解析html的库

<a href="https://sourceforge.net/projects/ormlite/files/releases/com/j256/ormlite/" target="_blank">OrmLite</a>

JDBC和Android的轻量级ORM java包

<a href="https://github.com/satyan/sugar" target="_blank">Sugar</a>

用超级简单的方法处理Android数据库

<a href="https://github.com/greenrobot/greenDAO" target="_blank">GreenDAO</a>

一种轻快地将对象映射到SQLite数据库的ORM解决方案

<a href="https://github.com/pardom/ActiveAndroid" target="_blank">ActiveAndroid</a>

以活动记录方式为Android SQLite提供持久化

<a href="https://github.com/square/sqlbrite" target="_blank">SQLBrite</a>

SQLiteOpenHelper 和ContentResolver的轻量级包装

<a href="https://github.com/jhy/jsoup" target="_blank">Realm</a>

移动数据库:一个SQLite和ORM的替换品

<a href="https://github.com/JakeWharton/butterknife" target="_blank">ButterKnife</a>

将Android视图和回调方法绑定到字段和方法上

<a href="https://github.com/google/dagger" target="_blank">Dagger2</a>

一个Android和java快速依赖注射器。

<a href="https://github.com/excilys/androidannotations" target="_blank">AndroidAnotations</a>

快速安卓开发。易于维护

<a href="https://github.com/roboguice/roboguice" target="_blank">RoboGuice</a>

Android平台的Google Guice

<a href="https://github.com/diogobernardino/WilliamChart" target="_blank">WilliamChart</a>

创建图表的Android库

<a href="https://github.com/lecho/hellocharts-android" target="_blank">HelloCharts</a>

兼容到API8的Android图表库

<a href="https://github.com/PhilJay/MPAndroidChart" target="_blank">MPAndroidChart</a>

一个强大的Android图表视图/图形库

<a href="https://github.com/square/tape" target="_blank">Tape</a>

一个轻快的,事务性的,基于文件的FIFO的库

<a href="https://github.com/yigit/android-priority-jobqueue" target="_blank">Android Priority Job Queue</a>

一个专门为Android轻松调度任务的工作队列

<a href="https://github.com/greenrobot/EventBus" target="_blank">EventBus</a>

安卓优化的事件总线,简化了活动、片段、线程、服务等的通信

<a href="https://github.com/square/otto" target="_blank">Otto</a>

一个基于Guava的增强的事件总线

<a href="https://github.com/ReactiveX/RxJava" target="_blank">RxJava</a>

JVM上的响应式扩展

<a href="https://github.com/ReactiveX/RxJavaJoins" target="_blank">RxJavaJoins</a>

为RxJava提供Joins操作

<a href="https://github.com/ReactiveX/RxAndroid" target="_blank">RxAndroid</a>

Android上的响应式扩展,在RxJava基础上添加了Android线程调度

<a href="https://github.com/JakeWharton/RxBinding" target="_blank">RxBinding</a>

提供用RxJava绑定Android UI的API

<a href="https://github.com/google/agera" target="_blank">Agera</a>

Android上的响应式编程

<a href="https://github.com/orhanobut/logger" target="_blank">Logger</a>

简单,漂亮,强大的Android日志工具

<a href="https://github.com/JakeWharton/hugo" target="_blank">Hugo</a>

在调试版本上注解的触发方法进行日志记录

<a href="https://github.com/JakeWharton/timber" target="_blank">Timber</a>

一个小的,可扩展的日志工具

<a href="https://github.com/mockito/mockito" target="_blank">Mockito</a>

Java编写的Mocking单元测试框架

<a href="https://github.com/RobotiumTech/robotium" target="_blank">Robotium</a>

Android UI 测试

<a href="https://github.com/xtremelabs/robolectric" target="_blank">Robolectric</a>

Android单元测试框架

Android自带很多测试工具:JUnit,Monkeyrunner,UiAutomator,Espresso等

<a href="https://github.com/facebook/stetho" target="_blank">Stetho</a>

调试Android应用的桥梁,使得可以利用Chrome开发者工具进行调试

<a href="https://github.com/square/leakcanary" target="_blank">LeakCanary</a>

内存泄漏检测工具

<a href="https://github.com/ACRA/acra" target="_blank">ACRA</a>

Android应用程序崩溃报告

<a></a>

    本文转自 一点点征服   博客园博客,原文链接:http://www.cnblogs.com/ldq2016/p/7235562.html,如需转载请自行联系原作者