安卓开发常用的三方库

 

本地存储 替代 userDefault (也有iOS版本)

MMKV:https://github.com/Tencent/MMKV 

 

日志

logger:https://github.com/orhanobut/logger

 

EventBus 跨页面传值 类似iOS的通知

https://github.com/greenrobot/EventBus

 

MVVM架构

https://github.com/hegaojian/JetpackMvvm

https://github.com/hegaojian/MvvmHelper

 

网络请求 okgo基于okhttp的封装

https://github.com/square/retrofit

https://github.com/square/okhttp.git

 

json解析

https://github.com/google/gson 

 

沉浸式状态栏 ImmersionBar 可隐藏导航栏,视图扩展到导航栏以下

https://github.com/gyf-dev/ImmersionBar

 

吐司

https://github.com/getActivity/Toaster

 

ARouter

https://github.com/alibaba/ARouter 

 

DialogX 对话框 类似iOS的alertview,actionSheet,MBProgressHub

https://github.com/kongzue/DialogX

 

下拉刷新上拉加载(也有ios版本)

https://github.com/scwang90/SmartRefreshLayout

 

自适应宽高

https://github.com/JessYanCoding/AndroidAutoSize

轮播图

https://github.com/zhpanvip/BannerViewPager

 常规轮播图

https://github.com/youth5201314/banner

 

分段控件类似iOS的segmentBar

https://github.com/Devlight/NavigationTabStrip

自定义底部导航栏 类似iOS的tabbar

https://github.com/Devlight/NavigationTabBar

检查权限(定位、通讯录等等)

https://github.com/soulqw/SoulPermission

 

posted @ 2024-06-21 09:56  黄增松  阅读(15)  评论(0编辑  收藏  举报