Android第三方库介绍

来源:互联网 发布:怎么申请淘宝中国质造 编辑:程序博客网 时间:2024/05/29 19:47

本文章介绍流行或独特的Android第三方库(持续更新......)


1.Butterknife

官网地址:http://jakewharton.github.io/butterknife/

github地址:https://github.com/JakeWharton/butterknife

简述:用于绑定注解各种View,让你抛弃频繁的findViewById


2.EventBus

官网地址:http://greenrobot.org/eventbus/

github地址:https://github.com/greenrobot/EventBus

简述:专为Android、Java打造的用于Activity间、Fragment、线程和服务等间的通信,更少的代码,更好的效率。


3.GreenDao

官网地址:http://greenrobot.org/greendao/

github地址:https://github.com/greenrobot/greenDAO

简述:一款为Android使用的轻量型的关系型对象数据库框架。


4.Glide

官网地址:http://bumptech.github.io/glide/

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

简述:图片加载缓存框架


5.Picasso

官网地址:http://square.github.io/picasso/

github地址:https://github.com/square/picasso

简述:同样是一款图片加载框架


6.LeakCanary

github地址:https://github.com/square/leakcanary

简述:用于Android和Java的内存泄漏检查工具


7.OkHttp

官网地址:http://square.github.io/okhttp/

github地址:https://github.com/square/okhttp

简述:网络框架


8.Retrofit

官网地址:http://square.github.io/retrofit/

github地址:https://github.com/square/retrofit

简述:安全的网络客户端框架


9.CircleImageView

github地址:https://github.com/hdodenhof/CircleImageView

简述:圆形头像第三方库


10.BGASwipeBackLayout-Android

github地址:https://github.com/bingoogolapple/BGASwipeBackLayout-Android

简述:Android Activity 滑动返回。支持微信滑动返回样式、横屏滑动返回、全屏滑动返回


11.QMUI_Android

官网地址:http://qmuiteam.com/android/page/index.html

github地址:https://github.com/QMUI/QMUI_Android

简述:腾讯推出的一款提高 Android UI 开发效率的 UI 库,github上已经有了3K星,我们自己的项目中也在使用它。