GitHub GitHub license Bintray API Utils

About (持续更新,目前含160+工具类)

DevUtils 是一个 Android 工具库,主要根据不同功能模块,封装快捷使用的工具类及 API 方法调用

该项目尽可能的便于开发人员,快捷、高效开发安全可靠的项目,以及内置部分常用的资源文件,如 color.xml

module

Documentation - Lib

DevApp - Android 工具类库

DevAssist - 封装逻辑代码, 实现多个快捷功能辅助类、以及 Engine 兼容框架等

DevJava - Java 工具类库 ( 不依赖 android api )

DevEnvironment - Android 环境配置切换库

DevWidget - 自定义 View UI 库

Other

DevOther 第三方库封装、以及部分特殊工具类等,方便 copy 封装类使用

Widget 部分自定义 View 功能、效果

DevBase Base ( Activity、Fragment )、MVP 基类等

DevStandard 项目规范统一检测、生成替换等

JavaDoc API Generate 该工具类 (DevUtils) API 文档,是通过 JavaDoc 项目读取 class 信息生成,并且进行代码、注释间距规范检测,生成效果示范 DevApp - API

Dev 系列全部 Lib Gradle


// DevApp Android 工具类库
implementation 'com.afkt:DevAppX:1.9.5' // AndroidX

// DevJava Java 工具类库 ( 不依赖 android api )
implementation 'com.afkt:DevJava:1.1.2' // 用于纯 Java 开发,如果依赖了 DevApp 则不需要依赖 DevJava

// DevAssist 快捷功能辅助类库
implementation 'com.afkt:DevAssist:1.0.3'

// DevEnvironment Android 环境配置切换库
implementation 'com.afkt:DevEnvironment:1.0.0'
debugAnnotationProcessor 'com.afkt:DevEnvironmentCompiler:1.0.0'
releaseAnnotationProcessor 'com.afkt:DevEnvironmentCompilerRelease:1.0.0'
//annotationProcessor 'com.afkt:DevEnvironmentCompiler:1.0.0'

// DevWidget 自定义 View UI 库
implementation 'com.afkt:DevWidgetX:1.0.2' // AndroidX

Demo

下载 DevUtils APK-Demo
apk_qrcode

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 at

   http://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.