Here is the content for the README file:
Android Util Library
UtilLibrary aims to provide a comprehensive set of utility classes for Android development, simplifying common tasks and enhancing productivity.
- 字节转换工具类
- byte转int
- byte数组转int
- byte转16进制字符串
- 16进制字符串转int
- 时间转换工具类
- Android通知工具类
- 键盘工具类
- 数字转换工具类
- 打开文件工具类
- 正则工具类
- Android加载动画弹窗
- Android选择弹窗
- Android确认提示弹窗
- 协程编写的蓝牙框架, 耦合度较高, 需自行定制
- 增加registerForActivityResult封装的请求权限, 拍照, 读取相册, 裁剪等回调
- 新增暗色适配控件
To include UtilLibrary in your project, add the following dependency to your build.gradle file:
dependencies {
implementation 'com.github.zhuiyun:UtilLibrary:1.0.0'
}Ensure that your project is configured to use the latest Android SDK and Gradle versions. Follow standard procedures for deploying Android libraries in your applications.
You can now save this content as your README.md file in your repository.