- 沉浸式状态栏: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/JessYanCoding/AndroidAutoSize??
-
防崩溃,崩溃时提示友好界面:https://github.com/Ereza/CustomActivityOnCrash??
-
webview:https://github.com/Justson/AgentWeb?可以配合腾讯TBSsdk使用
-
界面状态管理:https://github.com/KingJA/LoadSir?
-
ViewPager 指示器:https://github.com/hackware1993/MagicIndicator?
-
RecyclerView动画:https://github.com/wasabeef/recyclerview-animators??
-
二级联动订餐列表:https://github.com/KunMinX/Linkage-RecyclerView?
-
高性能通用 key-value 组件:https://github.com/Tencent/MMKV? 可替代sp
-
权限库:https://github.com/guolindev/PermissionX?
-
消息总线:https://github.com/JeremyLiao/LiveEventBus?
-
弹窗库:https://github.com/li-xiaojun/XPopup?
-
网络请求retrofit:https://github.com/square/retrofit?
-
网络请求okhttp:https://github.com/square/okhttp?