Skip to content

Commit

Permalink
1.更新 README.md
Browse files Browse the repository at this point in the history
Former-commit-id: b9a87c0
  • Loading branch information
afkT committed Sep 12, 2021
1 parent f884e27 commit a5f096c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@

- [Change Log](https://github.com/afkT/DevUtils/blob/master/lib/DevBaseMVVM/CHANGELOG.md)

### DevEngine - 第三方框架解耦、一键替换第三方库

- [README](https://github.com/afkT/DevUtils/blob/master/lib/DevEngine/README.md)

- [Change Log](https://github.com/afkT/DevUtils/blob/master/lib/DevEngine/CHANGELOG.md)

### DevHttpCapture OKHttp 抓包工具库

- [README](https://github.com/afkT/DevUtils/blob/master/lib/DevHttpCapture/README.md)
Expand Down Expand Up @@ -76,8 +82,6 @@
> [JavaDoc API Generate](https://github.com/afkT/JavaDoc) 该工具类 (DevUtils) API 文档,是通过 JavaDoc 项目读取 class 信息生成,并且进行代码、注释间距规范检测,生成效果示范 [DevApp - API](https://github.com/afkT/DevUtils/blob/master/lib/DevApp/README.md)
>
> [DevComponent](https://github.com/afkT/DevComponent) 【100% Kotlin 实现 Android 项目组件化示例代码】基于 Google JetPack AndroidX + Kotlin + Coroutines + MVVM 架构(DataBinding、ViewModel、Lifecycle)等最新技术栈进行组件化基础搭建,使用 ARouter 方案实现组件化
>
> [DevAssist Engine](https://github.com/afkT/DevUtils/blob/master/lib/DevOther/src/main/java/ktx/dev/engine) DevAssist Engine 主要为了解决项目代码中<span style="color:red;">**对第三方框架强依赖使用、以及部分功能版本适配。**</span>通过实现对应功能模块 Engine 接口,实现对应的方法功能,<span style="color:blue;">**对外无需关注实现代码,直接通过 DevXXXEngine 进行调用,**</span><span style="color:red;">**实现对第三方框架解耦、一键替换第三方库、同类库多 Engine 混合使用、以及部分功能适配 ( 如外部文件存储 MediaStore 全局适配 ) 等**</span>

## Dev 系列全部 Lib Gradle
Expand Down
2 changes: 1 addition & 1 deletion lib/DevEngine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ DevEngine(基于 [DevAssist Engine 模块](https://github.com/afkT/DevUtils/bl
* **Permission 权限申请**
* **Storage Engine 外部、内部文件存储**

> 如无法直接使用于需求实现,可自行 copy 代码进行修改,或自定义对应模块 Engine 实现类进行设置并通过 DevXxxEngine.getEngine(key) 进行调用获取
> 如已封装代码无法直接使用于需求实现,可自行 copy 代码进行修改,或自定义对应模块 Engine 实现类进行设置并通过 DevXxxEngine.getEngine(key) 进行调用获取
## 项目类结构 - [包目录](https://github.com/afkT/DevUtils/blob/master/lib/DevEngine/src/main/java/dev/engine)

Expand Down
1 change: 1 addition & 0 deletions lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- DevBase | Base ( Activity、Fragment )、MVP、ViewBinding、ContentLayout 基类库
- DevBase2 | Base 基础代码 ( 非基类库 )
- DevBaseMVVM | MVVM ( ViewDataBinding + ViewModel ) 基类库
- DevEngine | 第三方框架解耦、一键替换第三方库
- DevHttpCapture | OKHttp 抓包工具库
- DevJava | Java 工具类库 ( 不依赖 android api )
- DevOther | 第三方库封装、以及部分特殊工具类等, 方便 copy 封装类使用
Expand Down

0 comments on commit a5f096c

Please sign in to comment.