学考乐离线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.

README.md 581B

2 years ago
2 years ago
2 years ago
12345678910111213141516171819
  1. gradle 版本管理
  2. ext.android : app版本信息
  3. ext.version : 依赖包版本信息
  4. ext.dependencies_required : 必须的依赖项
  5. ext.dependencies_testImplementation : 测试依赖
  6. ext.dependencies_androidTestImplementation : 测试依赖
  7. ext.dependencies_custom : 自己添加的依赖项,按需定制
  8. androidx.appcompat:appcompat 自带jetpack中的lifecycle、viewmodel、livedata
  9. app:
  10. module : 按模块进行业务划分
  11. common:
  12. app: 获取application
  13. base: 存放业务的基础类
  14. eventbus: livedata的事件总线
  15. util : 工具类,包含Kotlin的扩展属性