https://github.com/afkt/devutils
:fire: ( 持续更新,目前含 300+ 工具类 ) DevUtils 是一个 Android 工具库,主要根据不同功能模块,封装快捷使用的工具类及 API 方法调用。该项目尽可能的便于开发人员,快捷、高效开发安全可靠的项目。
https://github.com/afkt/devutils
android compose coroutines databinding hilt jetpack kotlin leakcanary library lifecycle mvvm navigation okhttp permission retrofit room utils viewbinding viewmodel workmanager
Last synced: 16 days ago
JSON representation
:fire: ( 持续更新,目前含 300+ 工具类 ) DevUtils 是一个 Android 工具库,主要根据不同功能模块,封装快捷使用的工具类及 API 方法调用。该项目尽可能的便于开发人员,快捷、高效开发安全可靠的项目。
- Host: GitHub
- URL: https://github.com/afkt/devutils
- Owner: afkT
- License: apache-2.0
- Created: 2018-09-07T05:43:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-09-18T16:36:33.000Z (18 days ago)
- Last Synced: 2025-09-18T18:59:04.494Z (18 days ago)
- Topics: android, compose, coroutines, databinding, hilt, jetpack, kotlin, leakcanary, library, lifecycle, mvvm, navigation, okhttp, permission, retrofit, room, utils, viewbinding, viewmodel, workmanager
- Language: Java
- Homepage:
- Size: 13.5 MB
- Stars: 1,559
- Watchers: 41
- Forks: 317
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
DevUtils
🔥 ( 持续更新,目前含 300+ 工具类 )
DevUtils 是一个 Android 工具库,主要根据不同功能模块,封装快捷使用的工具类及 API 方法调用。
该项目尽可能的便于开发人员,快捷、高效开发安全可靠的项目。
Android 规范
、
Java 规范
、
Git 规范
![module][dev_module_img]
## Dev 系列开发库全部 Lib Gradle [DevApp API 文档][DevApp API]、[Project Details README][Project Details README]
```gradle
// DevApp - Android 工具类库
implementation 'io.github.afkt:DevAppX:2.4.8'// DevAssist - 封装逻辑代码, 实现多个快捷功能辅助类、以及 Engine 兼容框架等
implementation 'io.github.afkt:DevAssist:1.4.3'// DevBase - Base ( Activity、Fragment ) MVP、MVVM 基类库
implementation 'io.github.afkt:DevBase:1.2.0'// DevEngine - 第三方框架解耦、一键替换第三方库、同类库多 Engine 组件化混合使用
implementation 'io.github.afkt:DevEngine:1.1.5'// DevSimple - 简单敏捷开发库
implementation 'io.github.afkt:DevSimple:1.0.3'// DevWidget - 自定义 View UI 库
implementation 'io.github.afkt:DevWidgetX:1.2.5'// DevRetrofit - Retrofit + Kotlin Coroutines 封装
implementation 'io.github.afkt:DevRetrofit:1.0.7'// DevHttpManager - OkHttp 管理库 ( Retrofit 多 BaseUrl 管理、Progress 监听 )
implementation 'io.github.afkt:DevHttpManager:1.0.8'// DevHttpCapture - OkHttp 抓包工具库
implementation 'io.github.afkt:DevHttpCapture:1.1.9'// DevHttpCaptureCompiler - OkHttp 抓包工具库 ( 可视化功能 )
debugImplementation 'io.github.afkt:DevHttpCaptureCompiler:1.1.9'
releaseImplementation 'io.github.afkt:DevHttpCaptureCompilerRelease:1.1.9'// DevEnvironment - Android 环境配置切换库
implementation 'io.github.afkt:DevEnvironment:1.1.7'
debugAnnotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.1.7' // kaptDebug
releaseAnnotationProcessor 'io.github.afkt:DevEnvironmentCompilerRelease:1.1.7' // kaptRelease
//annotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.1.7' // kapt// DevDeprecated - Dev 系列库弃用代码统一存储库
implementation 'io.github.afkt:DevDeprecated:1.0.0'// DevJava - Java 工具类库 ( 不依赖 android api )
implementation 'io.github.afkt:DevJava:1.5.3'
```## License
Copyright 2018 afkT
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.[DevApp API]: https://github.com/afkT/DevUtils/blob/master/lib/DevApp/README.md
[Project Details README]: https://github.com/afkT/DevUtils/blob/master/README_PROJECT.md
[dev_module_img]: https://github.com/afkT/DevUtils/raw/master/art/module.png