1 Star 1 Fork 0

DragonsQC / QLibrary

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 3.05 KB
一键复制 编辑 原始数据 按行查看 历史
DragonsQC 提交于 2022-11-28 02:58 . update

Android 常用工具库

Quick Start

Step 1. Add the JitPack repository to your build file

Add it in your root build.gradle at the end of repositories:

allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}

Step 2. Add the dependency

dependencies {
    implementation 'com.gitee.DragonsQC:QLibrary:{X.X.X}'
}

说明

工具类 描述
AnimationUtils 动画工具类
AppUtils APP相关信息工具类
CleanUtils APP数据清除工具类
DateUtils 时间相关工具类
DigestUtils 摘要/加密解密工具类
DoubleUtils 小数(Double)计算精确工具类类
FileUtils 文件相关工具类
ImageUtils 图片相关工具类
KeyboardUtils Android 键盘工具类
ListViewUtil 动态设置嵌套 ListView 中高度
MathUtils 数字等公式相关工具类
NetStateUtils 网络状态工具类
OSUtil 设备系统工具类
QLog 日志工具类
ResourceUtils 资源相关工具类
SPUtils SharedPreferences 工具类
StatusBarUtils 状态栏相关工具类
StringUtils 字符串相关工具类
SystemUtils 系统/设备相关工具类
ThreadManager 线程管理
ToastUtils Toast 工具类
VibratorUtils 手机震动工具类

资源文件 描述
res/anim 各种动画资源
res/values/colors.xml 官方 Material Design 各种颜色
res/values/dimens.xml 常用间距(dp)、文字大小(sp)

Change Log

Android
1
https://gitee.com/DragonsQC/QLibrary.git
git@gitee.com:DragonsQC/QLibrary.git
DragonsQC
QLibrary
QLibrary
master

搜索帮助