# CommonSolutionTool **Repository Path**: android_hogan/common-solution-tool ## Basic Information - **Project Name**: CommonSolutionTool - **Description**: No description available - **Primary Language**: Android - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-14 - **Last Updated**: 2025-06-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CommonSolutionTool #### 项目介绍 将工作中常用到的一些工具类封装成不同的Lib库,方便开发使用。 #### 软件架构 主要是由三个Lib库组成:BaseLibs、ToolAndUiLibs、TouchLibs 1.BaseLibs主要是MVVM架构+DateBind+协和构成的主体框架所需要的基数及扩展类 2.ToolAndUiLibs主要是一些工具类及自定义View,方便开发者使用 3.TouchLibs主要是移动手势库,用于WindowManager+自定义View全屏移动事件处理 #### 使用说明 1. Gradler在7.0以下,在主工程的build.gradle中添加 maven { url 'https://jitpack.io' } Gradler在7.0以上,在主工程的settings.gradle中的 dependencyResolutionManagement中添加 maven { url 'https://jitpack.io' } 2. 下载全部Lib时,在app Module中添加,使用implementation 'com.gitee.android_hogan.common-solution-tool:all:1.0.0',最后版本号以最新为主 (特别注意:这种方式不推荐使用,会有空包 implementation 'com.gitee.android_hogan:common-solution-tool:1.0.0') 3. 下载单个Lib时,如BaseLibs时,使用implementation 'com.gitee.android_hogan.common-solution-tool:baselibs:1.0.0',最后版本号以最新为主 4. 下载单个Lib时,如TouchLibs时,使用implementation 'com.gitee.android_hogan.common-solution-tool:touchlibs:1.0.0',最后版本号以最新为主 5. 下载单个Lib时,如ToolAndUiLibs时,implementation 'com.gitee.android_hogan.common-solution-tool:toolanduilibs:1.0.0',最后版本号以最新为主 #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)