suliang b735a3ad0f glide 封装 | 2 years ago | |
---|---|---|
.idea | 2 years ago | |
app | 2 years ago | |
gradle/wrapper | 2 years ago | |
lib/common | 2 years ago | |
.gitignore | 2 years ago | |
ProjectErrors.md | 2 years ago | |
README.md | 2 years ago | |
build.gradle | 2 years ago | |
gradle.properties | 2 years ago | |
gradlew | 2 years ago | |
gradlew.bat | 2 years ago | |
settings.gradle | 2 years ago |
gradle 版本管理 ext.android : app版本信息 ext.version : 依赖包版本信息 ext.dependencies_required : 必须的依赖项 ext.dependencies_testImplementation : 测试依赖 ext.dependencies_androidTestImplementation : 测试依赖 ext.dependencies_custom : 自己添加的依赖项,按需定制
androidx.appcompat:appcompat 自带jetpack中的lifecycle、viewmodel、livedata
app: module : 按模块进行业务划分
common: app: 获取application base: 存放业务的基础类 eventbus: livedata的事件总线 util : 工具类,包含Kotlin的扩展属性