Android常用框架

网络请求 :
https://github.com/square/okhttp
https://github.com/jeasonlzy/okhttp-OkGo
https://github.com/amitshekhariitbhu/Fast-Android-Networking
高效率IO :
https://github.com/square/okio
图片缓存 :
https://github.com/bumptech/glide
支持方法拖拽等动作的ImageView :
https://github.com/chrisbanes/PhotoView
(支持旋转)PhotoView :
https://github.com/bm-x/PhotoView
支持滑动删除等功能的RecyclerView :
https://github.com/yanzhenjie/SwipeRecyclerView
https://github.com/harris-fork/SwipeMenuRecyclerView
kotlin支持库 :
https://github.com/Kotlin/anko
状态栏文字背景颜色 :
https://github.com/msdx/status-bar-compat
https://github.com/gyf-dev/ImmersionBar
事件分发 :
https://github.com/greenrobot/EventBus
轮播图 :
https://github.com/Jude95/RollViewPager
https://github.com/youth5201314/banner
https://github.com/bingoogolapple/BGABanner-Android
日期选择器(联动菜单)
https://github.com/Bigkoo/Android-PickerView
圆形头像 :
CircleImageView:https://github.com/hdodenhof/CircleImageView
各种图片形状 :
https://github.com/wasabeef/glide-transformations
压缩图片 :
https://github.com/heynchy/CompressImage
下拉刷新 :
https://github.com/scwang90/SmartRefreshLayout
播放器
https://github.com/Bilibili/ijkplayer
教程:https://www.jianshu.com/p/c5d972ab0309
九宫格 :
https://github.com/Idtk/IKNinePhotoView
https://github.com/HMY314/NineGridLayout
二维码 :
https://github.com/bingoogolapple/BGAQRCode-Android
跨进程数据共享 :
https://github.com/Tencent/MMKV
tablayout :
https://github.com/H07000223/FlycoTabLayout

你可能感兴趣的:(Android常用框架)