1.我的整理及使用
1.仿微信朋友圈照片可拖拽返回PhotoView:
https://github.com/githubwing/DragPhotoView
2.SwitchButton的使用
https://github.com/kyleduo/SwitchButton
3.數(shù)據(jù)庫的操作:GreenDao
https://github.com/greenrobot/greenDAO
example: http://blog.csdn.net/qq_30379689/article/details/54410838
4.數(shù)據(jù)庫操作的時候濒生,查看數(shù)據(jù)庫工具:android-debug-database
使用說明:http://www.opendigg.com/p/android-debug-database
GitHub地址:https://github.com/amitshekhariitbhu/Android-Debug-Database
5.布局,優(yōu)化:
https://github.com/hongyangAndroid/AndroidAutoLayout
6.android 6.0 權(quán)限申請?zhí)幚恚?br> https://github.com/lovedise/PermissionGen
7.一個網(wǎng)絡(luò)申請框架:
https://github.com/jeasonlzy/okhttp-OkGo
8.輪播圖:
https://github.com/daimajia/AndroidImageSlider
- 網(wǎng)絡(luò)加載幔欧,?彈框
https://github.com/d-max/spots-dialog
2.收集
01
緩存
? DiskLruCache
Java實現(xiàn)基于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
一個用于管理圖像和他們使用的內(nèi)存的庫
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
網(wǎng)絡(luò)請求
? Android Async HTTP
Android異步HTTP庫
https://github.com/loopj/android-async-http
? AndroidAsync
異步Socket礁蔗,HTTP(客戶端+服務(wù)器)觉义,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異步網(wǎng)絡(luò)請求框架和圖片加載框架
https://android.googlesource.com/platform/frameworks/volley
05
網(wǎng)絡(luò)解析
? Gson
一個Java序列化/反序列化庫,可以將JSON和java對象互相轉(zhuǎn)換
https://github.com/google/gson
? Jackson
Jackson可以輕松地將Java對象轉(zhuǎn)換成json對象和xml文檔磺浙,同樣也可以將json洪囤、xml轉(zhuǎn)換成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
數(shù)據(jù)庫
? OrmLite
JDBC和Android的輕量級ORM java包
https://sourceforge.net/projects/ormlite/files/releases/com/j256/ormlite
? Sugar
用超級簡單的方法處理Android數(shù)據(jù)庫
https://github.com/satyan/sugar
? GreenDAO
一種輕快地將對象映射到SQLite數(shù)據(jù)庫的ORM解決方案
https://github.com/greenrobot/greenDAO
? ActiveAndroid
以活動記錄方式為Android SQLite提供持久化
https://github.com/pardom/ActiveAndroid
? SQLBrite
SQLiteOpenHelper 和ContentResolver的輕量級包裝
https://github.com/square/sqlbrite
? Realm
移動數(shù)據(jù)庫:一個SQLite和ORM的替換品
https://github.com/jhy/jsoup
07
依賴注入
? ButterKnife
將Android視圖和回調(diào)方法綁定到字段和方法上
https://github.com/JakeWharton/butterknife
? Dagger2
一個Android和java快速依賴注射器
https://github.com/google/dagger
? AndroidAnotations
快速安卓開發(fā)撕氧。易于維護
https://github.com/androidannotations/androidannotations
? RoboGuice
Android平臺的Google Guice
https://github.com/roboguice/roboguice
08
圖表
? WilliamChart
創(chuàng)建圖表的Android庫
https://github.com/diogobernardino/WilliamChart
? HelloCharts
兼容到API8的Android圖表庫
https://github.com/lecho/hellocharts-android
? MPAndroidChart
一個強大的Android圖表視圖/圖形庫
https://github.com/PhilJay/MPAndroidChart
09
后臺處理
? Tape
一個輕快的瘤缩,事務(wù)性的,基于文件的FIFO的庫
https://github.com/square/tape
? Android Priority Job Queue
一個專門為Android輕松調(diào)度任務(wù)的工作隊列
https://github.com/yigit/android-priority-jobqueue
10
事件總線
? EventBus
安卓優(yōu)化的事件總線呵曹,簡化了活動款咖、片段、線程奄喂、服務(wù)等的通信
https://github.com/greenrobot/EventBus
? Otto
一個基于Guava的增強的事件總線
https://github.com/square/otto
11
響應(yīng)式編程
? RxJava
JVM上的響應(yīng)式擴展
https://github.com/ReactiveX/RxJava
? RxJavaJoins
為RxJava提供Joins操作
https://github.com/ReactiveX/RxJavaJoins
? RxAndroid
Android上的響應(yīng)式擴展铐殃,在RxJava基礎(chǔ)上添加了Android線程調(diào)度
https://github.com/ReactiveX/RxAndroid
? RxBinding
提供用RxJava綁定Android UI的API
https://github.com/JakeWharton/RxBinding
? Agera
Android上的響應(yīng)式編程
https://github.com/google/agera
12
Log框架
? Logger
簡單,漂亮跨新,強大的Android日志工具
https://github.com/orhanobut/logger
? Hugo
在調(diào)試版本上注解的觸發(fā)方法進行日志記錄
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
調(diào)試框架
? Stetho
調(diào)試Android應(yīng)用的橋梁民假,使得可以利用Chrome開發(fā)者工具進行調(diào)試
https://github.com/facebook/stetho
15
性能優(yōu)化
? LeakCanary
內(nèi)存泄漏檢測工具
https://github.com/square/leakcanary
? ACRAAndroid
應(yīng)用程序崩潰報告
https://github.com/ACRA/acra