- 沉浸式状态栏:https://github.com/laobie/StatusBarUtil 似乎不更新了?
- 图片加载框架Glide:https://github.com/bumptech/glide
- 图片加载框架Coil:https://github.com/coil-kt/coil 基于Kotlin协程,比glide更轻量:
- 工具类:GitHub - Blankj/AndroidUtilCode: Android developers should collect the following utils(updating). 文档地址:AndroidUtilCode/README-CN.md at master · Blankj/AndroidUtilCode · GitHub
- 开发工具箱:https://github.com/didi/DoraemonKit 滴滴出品必属精品,可惜现在平台不能注册
- api抓包库chucker:https://github.com/ChuckerTeam/chucker 如果只要网络抓包可以用这个库,很简洁,可惜我用了滴滴的开发工具箱了,功能重叠了
- banner轮播图:https://github.com/zhpanvip/BannerViewPager
- 下拉刷新:https://github.com/scwang90/SmartRefreshLayout
-
RecyclerView Adapter:https://github.com/CymChad/BaseRecyclerViewAdapterHelper
-
FlexboxLayout弹性布局:GitHub - google/flexbox-layout: Flexbox for Android
-
动态替换BaseUrl库:https://github.com/JessYanCoding/RetrofitUrlManager
-
防崩溃,崩溃时提示友好界面:https://github.com/Ereza/CustomActivityOnCrash
-
webview:https://github.com/Justson/AgentWeb 可以配合腾讯TBSsdk使用
-
ViewPager 指示器:https://github.com/hackware1993/MagicIndicator
-
RecyclerView动画:https://github.com/wasabeef/recyclerview-animators
-
高性能通用 key-value 组件:https://github.com/Tencent/MMKV 可替代sp
-
权限库:https://github.com/guolindev/PermissionX ;GitHub - getActivity/XXPermissions: Android 权限请求框架,已适配 Android 13
-
网络请求retrofit:https://github.com/square/retrofit
-
网络请求okhttp:https://github.com/square/okhttp
安卓依赖库(好用大集合)
于 2021-12-31 20:49:42 首次发布