学考乐离线App
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suliang d9bcd12263 common 2 years ago
.idea common 2 years ago
app common 2 years ago
gradle/wrapper first commit 2 years ago
lib/common common 2 years ago
.gitignore first commit 2 years ago
ProjectErrors.md base 2 years ago
README.md base 2 years ago
build.gradle common 2 years ago
gradle.properties first commit 2 years ago
gradlew first commit 2 years ago
gradlew.bat first commit 2 years ago
settings.gradle base 2 years ago

README.md

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的扩展属性