欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

常用三方库清单列表,方便快速查找

程序员文章站 2022-04-12 19:29:33
名称描述github链接ImmersionBar沉浸式状态栏解决方案https://github.com/gyf-dev/ImmersionBarSmartRefreshLayout下拉刷新上拉加载https://github.com/scwang90/SmartRefreshLayoutfastjsonjson解析https://github.com/alibaba/fastjsongsonjson解析https://github.com/googl......
名称 描述 github链接
ImmersionBar 沉浸式状态栏解决方案 https://github.com/gyf-dev/ImmersionBar
SmartRefreshLayout 下拉刷新上拉加载 https://github.com/scwang90/SmartRefreshLayout
fastjson json解析 https://github.com/alibaba/fastjson
gson json解析 https://github.com/google/gson
xstream xml解析 https://github.com/staltz/xstream
butterknife 视图绑定 https://github.com/JakeWharton/butterknife
Glide 视图绑定 https://github.com/bumptech/glide
databinding 图片加载框架
Picasso 图片加载框架 https://github.com/square/picasso
ARouter 路由框架 https://github.com/alibaba/ARouter
okhttp(okio) 网络框架 https://github.com/square/okhttp
retrofit 网络框架 https://github.com/square/retrofit
room 数据库框架
ORMlite 数据库框架 https://github.com/j256/ormlite-android
greendao 数据库框架 https://github.com/greenrobot/greenDAO
realm 数据库框架 https://github.com/realm/realm-java
MMKV 基于 mmap 的高性能通用 key-value 组件 https://github.com/Tencent/MMKV
bindingx weex富交互解决方案 https://github.com/alibaba/bindingx

本文地址:https://blog.csdn.net/ZPCrobot/article/details/107559366

相关标签: android常用三方库