1.我的整理及使用
1.仿微信朋友圈照片可拖拽返回PhotoView:
https://github.com/githubwing/DragPhotoView
2.SwitchButton的使用
https://github.com/kyleduo/SwitchButton
3.數據庫的操作:GreenDao
https://github.com/greenrobot/greenDAO
example: http://blog.csdn.net/qq_30379689/article/details/54410838
4.數據庫操作的時候,查看數據庫工具:android-debug-database
使用說明:http://www.opendigg.com/p/android-debug-database
GitHub地址:https://github.com/amitshekhariitbhu/Android-Debug-Database
5.布局,優化:
https://github.com/hongyangAndroid/AndroidAutoLayout
6.android 6.0 權限申請處理:
https://github.com/lovedise/PermissionGen
7.一個網絡申請框架:
https://github.com/jeasonlzy/okhttp-OkGo
8.輪播圖:
https://github.com/daimajia/AndroidImageSlider
2.收集
01
緩存
? DiskLruCache
Java實現基于LRU的磁盤緩存
https://github.com/JakeWharton/DiskLruCache
02
圖片加載
? Android Universal Image Loader
一個強大的加載,緩存,展示圖片的庫
https://github.com/nostra13/Android-Universal-Image-Loader
? Picasso
一個強大的圖片下載與緩存的庫
https://github.com/square/picasso
? Fresco
一個用于管理圖像和他們使用的內存的庫
https://github.com/facebook/fresco
? Glide
一個圖片加載和緩存的庫
https://github.com/bumptech/glide
03
圖片處理
? Picasso-transformations
一個為Picasso提供多種圖片變換的庫
https://github.com/wasabeef/picasso-transformations
? Glide-transformations
一個為Glide提供多種圖片變換的庫
https://github.com/wasabeef/glide-transformations
? Android-gpuimage
基于OpenGL的Android過濾器
https://github.com/CyberAgent/android-gpuimage
04
網絡請求
? Android Async HTTP
Android異步HTTP庫
https://github.com/loopj/android-async-http
? AndroidAsync
異步Socket,HTTP(客戶端+服務器),WebSocket,和socket.io庫。基于NIO而不是線程
https://github.com/koush/AndroidAsync
? OkHttp
一個Http與Http/2的客戶端
https://github.com/square/okhttp
? Retrofit
類型安全的Http客戶端
https://github.com/square/retrofit
? Volley
Google推出的Android異步網絡請求框架和圖片加載框架
https://android.googlesource.com/platform/frameworks/volley
05
網絡解析
? Gson
一個Java序列化/反序列化庫,可以將JSON和java對象互相轉換
https://github.com/google/gson
? Jackson
Jackson可以輕松地將Java對象轉換成json對象和xml文檔,同樣也可以將json、xml轉換成Java對象
https://github.com/codehaus/jackson
? Fastjson
Java上一個快速的JSON解析器/生成器
https://github.com/alibaba/fastjson
? HtmlPaser
一種用來解析單個獨立html或嵌套html的方式
https://sourceforge.net/projects/htmlparser
? Jsoup
一個以最好的DOM,CSS和jQuery解析html的庫
https://github.com/jhy/jsoup
06
數據庫
? OrmLite
JDBC和Android的輕量級ORM java包
https://sourceforge.net/projects/ormlite/files/releases/com/j256/ormlite
? Sugar
用超級簡單的方法處理Android數據庫
https://github.com/satyan/sugar
? GreenDAO
一種輕快地將對象映射到SQLite數據庫的ORM解決方案
https://github.com/greenrobot/greenDAO
? ActiveAndroid
以活動記錄方式為Android SQLite提供持久化
https://github.com/pardom/ActiveAndroid
? SQLBrite
SQLiteOpenHelper 和ContentResolver的輕量級包裝
https://github.com/square/sqlbrite
? Realm
移動數據庫:一個SQLite和ORM的替換品
https://github.com/jhy/jsoup
07
依賴注入
? ButterKnife
將Android視圖和回調方法綁定到字段和方法上
https://github.com/JakeWharton/butterknife
? Dagger2
一個Android和java快速依賴注射器
https://github.com/google/dagger
? AndroidAnotations
快速安卓開發。易于維護
https://github.com/androidannotations/androidannotations
? RoboGuice
Android平臺的Google Guice
https://github.com/roboguice/roboguice
08
圖表
? WilliamChart
創建圖表的Android庫
https://github.com/diogobernardino/WilliamChart
? HelloCharts
兼容到API8的Android圖表庫
https://github.com/lecho/hellocharts-android
? MPAndroidChart
一個強大的Android圖表視圖/圖形庫
https://github.com/PhilJay/MPAndroidChart
09
后臺處理
? Tape
一個輕快的,事務性的,基于文件的FIFO的庫
https://github.com/square/tape
? Android Priority Job Queue
一個專門為Android輕松調度任務的工作隊列
https://github.com/yigit/android-priority-jobqueue
10
事件總線
? EventBus
安卓優化的事件總線,簡化了活動、片段、線程、服務等的通信
https://github.com/greenrobot/EventBus
? Otto
一個基于Guava的增強的事件總線
https://github.com/square/otto
11
響應式編程
? RxJava
JVM上的響應式擴展
https://github.com/ReactiveX/RxJava
? RxJavaJoins
為RxJava提供Joins操作
https://github.com/ReactiveX/RxJavaJoins
? RxAndroid
Android上的響應式擴展,在RxJava基礎上添加了Android線程調度
https://github.com/ReactiveX/RxAndroid
? RxBinding
提供用RxJava綁定Android UI的API
https://github.com/JakeWharton/RxBinding
? Agera
Android上的響應式編程
https://github.com/google/agera
12
Log框架
? Logger
簡單,漂亮,強大的Android日志工具
https://github.com/orhanobut/logger
? Hugo
在調試版本上注解的觸發方法進行日志記錄
https://github.com/JakeWharton/hugo
? Timber
一個小的,可擴展的日志工具
https://github.com/JakeWharton/timber
13
測試框架
? Mockito
Java編寫的Mocking單元測試框架
https://github.com/mockito/mockito
? Robotium
Android UI 測試
https://github.com/RobotiumTech/robotium
? Robolectric
Android單元測試框架
https://github.com/robolectric/robolectric
另外Android還自帶很多測試工具,如JUnit,Monkeyrunner,UiAutomator,Espresso等。
14
調試框架
? Stetho
調試Android應用的橋梁,使得可以利用Chrome開發者工具進行調試
https://github.com/facebook/stetho
15
性能優化
? LeakCanary
內存泄漏檢測工具
https://github.com/square/leakcanary
? ACRAAndroid
應用程序崩潰報告
https://github.com/ACRA/acra