关于第三方库的学习清单

一、Http

1、okhttp

官网:http://square.github.io/okhttp/
github: https://github.com/square/okhttp

2、Volley

github https://github.com/mcxiaoke/android-volley

3、retrofit

github:https://github.com/square/retrofit
官网:http://square.github.io/retrofit/

4、android-async-http

https://github.com/loopj/android-async-http
wiki:http://loopj.com/android-async-http/

5、ion

github:https://github.com/koush/ion

6、AndroidAsync

github:https://github.com/koush/AndroidAsync

7、async-http-client

github:https://github.com/AsyncHttpClient/async-http-client

8、robospice

github:https://github.com/stephanenicolas/robospice

二、Json

1、gson

github:https://github.com/google/gson
API document http://google-gson.googlecode.com/svn/trunk/gson/docs/javadocs/index.html

2、fastjson

github:https://github.com/alibaba/fastjson
wiki:https://github.com/alibaba/fastjson/wiki

3、jackson

github:https://github.com/FasterXML/jackson
wiki:http://wiki.fasterxml.com/JacksonHome

三、ImageLoader

1、glide

github:https://github.com/bumptech/glide

2、picasso

github:https://github.com/square/picasso
官网:http://square.github.io/picasso/

3、fresco
github:https://github.com/facebook/fresco
官网: http://frescolib.org/

4、Android-Universal-Image-Loader

github:https://github.com/nostra13/Android-Universal-Image-Loader

四、注入框架

1、dagger

github:https://github.com/square/dagger
官网:http://square.github.io/dagger/

2、butterknife

github:https://github.com/JakeWharton/butterknife
网站:http://jakewharton.github.io/butterknife/

五、ORM

1、realm

realm: https://realm.io/
github: https://github.com/realm/realm-java/
document: https://realm.io/docs/java/latest/

2、greenDAO

github: https://github.com/greenrobot/greenDAO
官网:http://greendao-orm.com/

3、ormlite-android

ORMLite:https://github.com/j256/ormlite-android
ORMLite Document: http://ormlite.com/sqlite_java_android_orm.shtml

4、ActiveAndroid

github:https://github.com/pardom/ActiveAndroid
官网:http://www.activeandroid.com

5、LitePal
github:https://github.com/LitePalFramework/LitePal

六、事件库

1、otto
github:https://github.com/square/otto
官网:http://square.github.io/otto/

2、EventBus

github:https://github.com/greenrobot/EventBus
官网:http://greenrobot.org/eventbus/

七、Log

1、logger
github:https://github.com/orhanobut/logger

2、hugo
github:https://github.com/JakeWharton/hugo

八、调试与内存泄漏检测

1、stetho

github:https://github.com/facebook/stetho
官网:http://facebook.github.io/stetho/

2、leakcanary
https://github.com/square/leakcanary

九、媒体、pdf

1、ExoPlayer
github:https://github.com/google/ExoPlayer

2、VitamioBundle
github:https://github.com/yixia/VitamioBundle

3、android-pdfview
github:https://github.com/JoanZapata/android-pdfview

十、crash监控报告

1、acra

github:https://github.com/ACRA/acra

2、bugsnag-android

github:https://github.com/bugsnag/bugsnag-android
官网:https://bugsnag.com

十一、测试

1、robotium

github:https://github.com/RobotiumTech/robotium
官网:http://www.robotium.org

2、robolectric

github:https://github.com/xtremelabs/robolectric

十二、性能与逆向

1、blockcanary

github:https://github.com/moduth/blockcanary

2、GT

github:https://github.com/TencentOpen/GT

2、android-classyshark

github:https://github.com/google/android-classyshark

十三、插件与热修补

1、dynamic-load-apk

github:https://github.com/singwhatiwanna/dynamic-load-apk

2、AndroidDynamicLoader

github:https://github.com/mmin18/AndroidDynamicLoader

3、CorePage

github:https://github.com/lizhangqu/CorePage

4、ACDD

github:https://github.com/bunnyblue/ACDD
github:https://github.com/bunnyblue/ACDDExtension

5、DynamicAPK

github:https://github.com/CtripMobile/DynamicAPK

6、android-pluginmgr

github:https://github.com/houkx/android-pluginmgr

7、DroidPlugin

github:https://github.com/Qihoo360/DroidPlugin

8、AndFix

github:https://github.com/alibaba/AndFix

10、dexposed

github:https://github.com/alibaba/dexposed

11、Xposed

github:https://github.com/rovo89/Xposed

十四、缓存

1、DiskLruCache
github:https://github.com/JakeWharton/DiskLruCache

十五、其他

1、kotlin

github:https://github.com/JetBrains/kotlin

2、React-native

github:https://github.com/facebook/react-native
官网:http://facebook.github.io/react-native/

3、phonegap

github:https://github.com/sintaxi/phonegap

3、RxJava

github:https://github.com/ReactiveX/RxJava

4、RxAndroid

github:https://github.com/ReactiveX/RxAndroid

5、androidannotations

github:https://github.com/excilys/androidannotations

6、ViewPagerIndicator

github:https://github.com/JakeWharton/ViewPagerIndicator

7、MaterialDesignLibrary

github:https://github.com/navasmdc/MaterialDesignLibrary

8、PhotoView

github:https://github.com/chrisbanes/PhotoView

9、zxing

github:https://github.com/zxing/zxing

10、MPAndroidChart

github:https://github.com/PhilJay/MPAndroidChart

11、material-dialogs

github:https://github.com/afollestad/material-dialogs

12、Android-ObservableScrollView

github:https://github.com/ksoichiro/Android-ObservableScrollView

13、Android-Bootstrap

github:https://github.com/Bearded-Hen/Android-Bootstrap

14、AndroidSwipeLayout

github:https://github.com/daimajia/AndroidSwipeLayout

15、ListViewAnimations

github:https://github.com/nhaarman/ListViewAnimations

16、PagerSlidingTabStrip

github:https://github.com/astuetz/PagerSlidingTabStrip

17、AndroidViewAnimations

github:https://github.com/daimajia/AndroidViewAnimations

18、AndroidSlidingUpPanel

github:https://github.com/umano/AndroidSlidingUpPanel

19、MaterialDrawer

github:https://github.com/mikepenz/MaterialDrawer

20、Material-Animations
github:https://github.com/lgvalle/Material-Animations

21、MaterialViewPager
github:https://github.com/florent37/MaterialViewPager

22、android-Ultra-Pull-To-Refresh

github:https://github.com/liaohuqiu/android-Ultra-Pull-To-Refresh

23、xUtils

github:https://github.com/wyouflf/xUtils

24、StickyListHeaders

github:https://github.com/emilsjolander/StickyListHeaders

25、rebound

github:https://github.com/facebook/rebound

26、material

github:https://github.com/rey5137/material

27、Side-Menu.Android

github:https://github.com/Yalantis/Side-Menu.Android

28、android-times-square

github:https://github.com/square/android-times-square

29、afinal

github:https://github.com/yangfuhai/afinal

30、retrolambda

github:https://github.com/orfjackal/retrolambda

参考:
GitHub Android Libraries Top 100 简介

android-open-project

Android third-party 使用心得

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 194,911评论 5 460
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 82,014评论 2 371
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 142,129评论 0 320
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 52,283评论 1 264
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 61,159评论 4 357
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 46,161评论 1 272
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 36,565评论 3 382
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 35,251评论 0 253
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 39,531评论 1 292
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 34,619评论 2 310
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 36,383评论 1 326
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 32,255评论 3 313
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 37,624评论 3 299
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 28,916评论 0 17
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 30,199评论 1 250
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 41,553评论 2 342
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 40,756评论 2 335

推荐阅读更多精彩内容

  • afinalAfinal是一个android的ioc,orm框架 https://github.com/yangf...
    passiontim阅读 15,361评论 2 44
  • 虽然之前学过react,但是又一次说要拿react写东西的时候着实是一脸懵逼了,所以就又从头开始看react,就从...
    小m_up阅读 606评论 0 1
  • 我不知道我在等待什么,就是热闹的爬梯也会让我在某个瞬间出离。黄色的暖暖的灯照在身上,我让温婉流动的电台填满整个房间...
    后浪Jason阅读 183评论 0 1
  • 李笑来说了一件残酷的事情:2017年,已走完了一半,可是有的人新年时的计划,可能还没走出起点。 如今,我早已忘了自...
    婷下来思考阅读 193评论 0 0
  • 四个词的含义不多说了,自己去查吧。我这里要说的是四个词对人的影响。 规定提供了让人成为人的最基本内容。它是最基础的...
    小新哥微课堂阅读 2,674评论 0 1