博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Android实际开发中实用的第三方(开源)框架
阅读量:6417 次
发布时间:2019-06-23

本文共 1800 字,大约阅读时间需要 6 分钟。

以下是个人实际开发中经常用到的开源框架,后续会持续更新…

1.Butterknife

将Android视图和回调绑定到字段和方法

https://github.com/JakeWharton/butterknife

2.Material - dialogs

一个漂亮,流畅且可自定义的对话框API

https://github.com/afollestad/material-dialogs

3.BaseRecyclerViewAdapterHelper

支持recyclerView的各种拓展,包括上拉加载、adapter适配器、多布局等

https://github.com/CymChad/BaseRecyclerViewAdapterHelper

4.Permission

Android6.0后的动态权限请求

https://github.com/yanzhenjie/AndPermission

5.ImmersionBar

android 4.4以上沉浸式状态栏和沉浸式导航栏管理,包括状态栏字体颜色,一句代码轻松实现,以及对bar的其他设置

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

6.Glide

适用于Android的图像加载和缓存库专注于平滑滚动

https://github.com/bumptech/glide

7.Okhttp-OkGo

该库是基于 Http 协议,封装了 OkHttp 的网络请求框架,比 Retrofit 更简单易用,支持 RxJava,RxJava2,支持自定义缓存,支持批量断点下载管理和批量上传管理功能

https://github.com/jeasonlzy/okhttp-OkGo

8.PictureSelector

一款针对android平台下的图片选择器,支持从相册或拍照选择图片或视频、音频,支持动态权限获取、裁剪(单图or多图裁剪)、压缩、主题自定义配置等功能、适配android 6.0+系统的开源图片选择框架

https://github.com/LuckSiege/PictureSelector

9.CircleImageView

一个快速的圆形ImageView完美的配置文件图像

https://github.com/hdodenhof/CircleImageView

10.MPAndroidChart

Android图表视图/图形视图库,支持线条形 - 雷达 - 泡泡和烛台图表以及缩放,拖动和动画

https://github.com/PhilJay/MPAndroidChart

11.SwipeRecyclerView

RecyclerView侧滑菜单,Item拖拽,滑动删除Item,自动加载更多,HeaderView,FooterView,Item分组黏贴

https://github.com/yanzhenjie/SwipeRecyclerView

12.ShimmerRecyclerView

具有微光视图的自定义回收器视图,用于指示正在加载视图

https://github.com/sharish/ShimmerRecyclerView

13.GreenDAO

一款轻松快速的Android ORM解决方案,可将对象映射到SQLite数据库

https://github.com/greenrobot/greenDAO

14.SwitchButton

美丽+轻量级+自定义风格的Android开关小部件

https://github.com/zcweng/SwitchButton

15.CircleIndicator

一个轻量级的viewpager指示器,如nexus 5启动器

https://github.com/ongakuer/CircleIndicator

16.QMUI

提高 Android UI 开发效率的 UI 库

https://github.com/QMUI/QMUI_Android

17.SwipBackLayout

可帮助您使用滑动后退手势构建应用

https://github.com/ikew0ng/SwipeBackLayout

原文发布时间为:2018-10-13

本文来自云栖社区合作伙伴“”,了解相关信息可以关注“”。

转载地址:http://ukvra.baihongyu.com/

你可能感兴趣的文章
Intellij IDEA使用总结
查看>>
企业邮箱搭建模式优劣分析
查看>>
Play源码解析计划
查看>>
redis 的两种持久化策略及原理
查看>>
mysql树查询,sql递归函数
查看>>
互联网中所说的“旁注”是什么?
查看>>
角斗士(Blokus)软件pentobi在OSX的编译过程
查看>>
如何在内容页中添加淘宝商品价格和商品地址的字段
查看>>
Rsync的配置与使用
查看>>
java.lang.UnsatisfiedLinkError: Couldn't load TestJni from loader dalvik.system.PathClassLoader[De
查看>>
这个不错
查看>>
阿里帝国-蓄势待发
查看>>
【2016-03-26】《修改代码的艺术》:Sprout & Wrap
查看>>
Linux命令:MySQL系列之十二--MySQL备份与还原mysqldump(重要章节)
查看>>
OpenStack Summit 2012 视频
查看>>
static和const关键字的作用
查看>>
go 读取文件
查看>>
C++标准模板库-STL库迭代器
查看>>
阿里云ECS安装 CoreOS
查看>>
LAMP(php动态扩展模块,httpd的rewrite,php错误日志,php.ini配置详解)
查看>>