MCPcopy Index your code
hub / github.com/afkT/DevUtils

github.com/afkT/DevUtils @2.5.3

Chat with this repo
repository ↗ · DeepWiki ↗ · release 2.5.3 ↗ · + Follow
15,021 symbols 37,181 edges 1,020 files 12,296 documented · 82%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

DevUtils

GitHub Profile GitHub License Maven Android API DevUtils Version Utils

🔥 ( 持续更新,目前含 300+ 工具类 )



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



该项目尽可能的便于开发人员,快捷、高效开发安全可靠的项目。








<b>
    <a href="https://github.com/afkT/DevUtils/blob/master/README/android_standard.md">Android 规范</a>
</b>、
<b>
    <a href="https://github.com/afkT/DevUtils/blob/master/README/java_standard.md">Java 规范</a>
</b>、
<b>
    <a href="https://github.com/afkT/DevUtils/blob/master/README/git_standard.md">Git 规范</a>
</b>

module

Dev 系列开发库全部 Lib Gradle DevApp API 文档Project Details README


// DevApp - Android 工具类库
implementation 'io.github.afkt:DevAppX:2.5.3'

// DevAssist - 封装逻辑代码, 实现多个快捷功能辅助类、以及 Engine 兼容框架等
implementation 'io.github.afkt:DevAssist:1.4.6'

// DevBase - Base ( Activity、Fragment ) MVP、MVVM 基类库
implementation 'io.github.afkt:DevBase:1.2.3'

// DevEngine - 第三方框架解耦、一键替换第三方库、同类库多 Engine 组件化混合使用
implementation 'io.github.afkt:DevEngine:1.1.8'

// DevSimple - 简单敏捷开发库
implementation 'io.github.afkt:DevSimple:1.0.7'

// DevWidget - 自定义 View UI 库
implementation 'io.github.afkt:DevWidgetX:1.2.8'

// DevRetrofit - Retrofit + Kotlin Coroutines 封装
implementation 'io.github.afkt:DevRetrofit:1.1.0'

// DevHttpManager - OkHttp 管理库 ( Retrofit 多 BaseUrl 管理、Progress 监听 )
implementation 'io.github.afkt:DevHttpManager:1.1.1'

// DevHttpCapture - OkHttp 抓包工具库
implementation 'io.github.afkt:DevHttpCapture:1.2.2'

// DevHttpCaptureCompiler - OkHttp 抓包工具库 ( 可视化功能 )
debugImplementation 'io.github.afkt:DevHttpCaptureCompiler:1.2.2'
releaseImplementation 'io.github.afkt:DevHttpCaptureCompilerRelease:1.2.2'

// DevEnvironment - Android 环境配置切换库
implementation 'io.github.afkt:DevEnvironment:1.2.0'
debugAnnotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.2.0' // kaptDebug
releaseAnnotationProcessor 'io.github.afkt:DevEnvironmentCompilerRelease:1.2.0' // kaptRelease
//annotationProcessor 'io.github.afkt:DevEnvironmentCompiler:1.2.0' // kapt

// DevDeprecated - Dev 系列库弃用代码统一存储库
implementation 'io.github.afkt:DevDeprecated:1.0.3'

// DevJava - Java 工具类库 ( 不依赖 android api )
implementation 'io.github.afkt:DevJava:1.5.6'

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.

Extension points exported contracts — how you extend this code

OnEndListener (Interface)
detail: 结束回调事件 @author Ttt [7 implementers]
lib/DevApp/src/main/java/dev/utils/app/HandlerUtils.java
WriteCallback (Interface)
detail: 写入回调接口 @author Ttt [7 implementers]
lib/DevJava/src/main/java/dev/utils/common/StreamUtils.java
ConvertStorage (Interface)
detail: 转换图片格式存储接口 @author Ttt [6 implementers]
lib/DevAssist/src/main/java/dev/engine/image/listener/ConvertStorage.java
IRadiusMethod (Interface)
detail: 圆角通用方法接口 @author Ttt [9 implementers]
lib/DevWidget/src/main/java/dev/widget/ui/radius/IRadiusMethod.java
Filter (Interface)
detail: Toast 过滤器 @author Ttt [3 implementers]
lib/DevDeprecated/src/main/java/dev/utils/app/toast/ToastUtils.java
Operate (Interface)
* detail: 扫描相关操作接口 * @author Ttt */ [2 implementers]
application/DevUtilsApp/src/main/java/afkt/project/features/ui_effect/qrcode/zxing_decode_assist.kt
RestartCallback (Interface)
detail: Restart Callback @author Ttt [1 implementers]
lib/Environment/DevEnvironment/src/main/java/dev/environment/RestartCallback.java
OnCompressListener (Interface)
* detail: 压缩回调接口 * @author Ttt */ [1 implementers]
lib/DevEngine/src/main/java/dev/engine/core/compress/LubanUtils.kt

Core symbols most depended-on inside this repo

eTag
called by 1117
lib/DevApp/src/main/java/dev/utils/LogPrintUtils.java
append
called by 1085
lib/DevApp/src/main/java/dev/utils/app/SpanUtils.java
add
called by 655
lib/DevAssist/src/main/java/dev/base/DevHistory.java
get
called by 475
lib/DevApp/src/main/java/dev/utils/app/share/IPreference.java
eTag
called by 363
lib/DevApp/src/main/java/dev/utils/JCLogUtils.java
eTag
called by 363
lib/DevJava/src/main/java/dev/utils/JCLogUtils.java
put
called by 362
lib/DevApp/src/main/java/dev/utils/app/share/IPreference.java
get
called by 282
lib/DevApp/src/main/java/dev/utils/app/helper/view/ViewHelper.java

Shape

Method 12,682
Class 1,253
Function 821
Interface 248
Enum 17

Languages

Java74%
Kotlin26%

Modules by API surface

lib/DevApp/src/main/java/dev/utils/app/helper/quick/QuickHelper.java242 symbols
lib/DevApp/src/main/java/dev/utils/app/helper/view/ViewHelper.java235 symbols
lib/DevApp/src/main/java/dev/utils/app/helper/view/IHelperByView.java230 symbols
lib/DevApp/src/main/java/dev/utils/app/helper/quick/IHelperByQuick.java230 symbols
lib/DevApp/src/main/java/dev/utils/app/ViewUtils.java226 symbols
lib/DevSimple/src/main/java/dev/simple/core/livedata/StateIntLiveData.kt166 symbols
lib/DevSimple/src/main/java/dev/simple/features/web/WebViewAssist.kt126 symbols
lib/DevApp/src/main/java/dev/utils/app/helper/dev/DevHelper.java124 symbols
lib/DevApp/src/main/java/dev/utils/app/helper/dev/IHelperByDev.java119 symbols
lib/DevApp/src/main/java/dev/utils/app/PathUtils.java117 symbols
lib/DevApp/src/main/java/dev/utils/app/TextViewUtils.java104 symbols
lib/DevWidget/src/main/java/dev/widget/ui/ScanShapeView.java99 symbols

For agents

$ claude mcp add DevUtils \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact