常用的Android开源库
作者:
Barry_1 | 来源:发表于
2017-01-31 11:24 被阅读0次
常用的Android开源库
1.LitePal
LitePal是一款开源的Android数据库框架,采用了对象关系映射(ORM)的模式,并将我们平时开发常用到的一些数据库功能进行了封装,使得不用SQL语句就可以进行各种建表和增删改查的操作,项目地址:
https://github.com/LitePalFramework/LitePal
2.OkHttp
网络通信库,项目地址:
https://github.com/square/okhttp
3.GSON
JSON数据解析库,项目地址:
https://github.com/google/gson
4.CircleImageView
CircleImageView可以轻松实现图片圆形化功能,项目地址:
https://github.com/hdodenhof/CircleImageView
5.Glide
Glide是一个超级强大的图片加载库,不仅可以用于加载本地图片,还可以加载网络图片,GIF图片,甚至本地视频,项目地址:
https://github.com/bumptech/glide
本文标题:常用的Android开源库
本文链接:https://www.haomeiwen.com/subject/plxkittx.html
网友评论