Android CleanArchitecture
1.0.0
构建 Android……重装上阵
这是一个示例应用程序,是我撰写的关于如何使用 Uncle Bob 的简洁架构方法构建 Android 应用程序的博客文章的一部分。
构建 Android……干净的方式?
Android 架构……演变
在 Android 上品尝匕首 2
简洁的架构……用例中的动态参数
该示例的演示视频
以下是用于执行此示例的一些有用的 Gradle/adb 命令:
./gradlew clean build
- 构建整个示例并执行单元和集成测试以及 lint 检查。./gradlew installDebug
- 在当前连接的设备上安装调试 apk。./gradlew runUnitTests
- 执行域和数据层测试(单元和集成)。./gradlew runAcceptanceTests
- 执行 espresso 和仪器验收测试。 请参阅问题部分:https://github.com/android10/Android-CleanArchitecture/issues
在这里您可以下载并安装java codestyle。 https://github.com/android10/java-code-styles
Copyright 2018 Fernando Cejas
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.