文件名称:Android代码-DevUtils
文件大小:1.26MB
文件格式:ZIP
更新时间:2022-08-27 20:45:56
Android代码
About (持续更新, 目前含100 工具类) > DevUtils 是一个 Android 工具库, 主要根据不同功能模块,封装快捷使用的工具类及 API 方法调用。 > 该项目尽可能的便于开发人员,快捷、快速开发安全可靠的项目,以及内置部分常用的资源文件,如color.xml、(toast) layout.xml等 Gradle Step 1. Add the JitPack repository to your build file allprojects { repositories { maven { url 'https://jitpack.io' } } } Step 2. Add the dependency dependencies { // 因为内含 res 文件, 使用 aar 方式调用 implementation 'com.github.afkT:DevUtils:1.4.2@aar' } Documentation README - API Use and Config Use > 只需要在 Ap