名稱
描述
<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,如需轉載請自行聯系原作者