Android 平时用到的第三方库,随时更新~

来源:互联网 发布:jdbcutils.java工具类 编辑:程序博客网 时间:2024/05/19 17:08

1.网络请求
Retrofit2.0

https://github.com/square/retrofit

Okhttp

https://github.com/square/okhttp

Volly

https://github.com/google/volley

Asynchttp

2.Json解析
Gson

https://github.com/google/gson

Jackson

https://github.com/FasterXML/jackson

fastjson

https://github.com/alibaba/fastjson

3.图片加载

Fresco

https://github.com/facebook/fresco

Picasso

https://github.com/square/picasso

Glide

https://github.com/bumptech/glide

Android-ImageLoader
4.事件总线,比如Fragment与Activity之间的通信

EventBus

https://github.com/greenrobot/EventBus

otto

https://github.com/square/otto

5.手机抓包
fiddler
6.数据库操作

Ormlite

https://github.com/j256/ormlite-android

greenDao

https://github.com/greenrobot/greenDAO

7.快速开发框架,意思就是集成了很多的开发工具类和功能在里面,平时完全没必要用,需要什么功能往里面加什么功能就好
Afinal
Xutils
ThinkAndroid
8.热修复,没用过 不熟
9.依赖注入,就是让你不用写findviewbyid这种语句的框架

Butterknife

https://github.com/JakeWharton/butterknife

Dagger2

10.图表类框架
HelloCharts

https://github.com/lecho/hellocharts-android

MPAndroidChart

https://github.com/PhilJay/MPAndroidChart

11.APP内存检测,检测是否内存泄漏

leakCanary

https://github.com/square/leakcanary

12.在网页端可以查看自己程序的数据库

stetho

https://github.com/facebook/stetho

13.Eclipse 和Android studio各种版本和工具的下载,中国的,不用翻墙哦!

http://www.androiddevtools.cn/#

暂时先写这些,后续再补充!

我的QQ:2973901695,欢迎大家和我一起交流哦!

原创粉丝点击