Android CleanArchitecture Kotlin
1.0.0

此存储库的目的是通过将其带入Android来遵循清洁的建筑原则。值得注意的是,这个想法是利用Kotlin编程语言功能,还可以从其他有趣的方法中吸取课程,以及功能编程等其他有趣的方法。
架构Android…重新加载
还有另一个用Java编写的Android Clean Architecture存储库:https://github.com/android10/android-cleanarchitecture,带有非常好的讨论:https://github.com/android10/android10/android-cleanarchitection/issues。文章,经验教训以及一些更多的材料。检查以下已知错误和待办事项列表。
架构Android…干净的方式?
架构Android…进化
在Android上品尝匕首2
干净的体系结构…用例中的动态参数





以下是一些有用的gradle/adb命令,用于执行此示例:
./gradlew runApp构建并在当前连接的设备上安装调试APK。./gradlew compileApp构建调试APK。./gradlew runUnitTests执行单元测试(单位和集成)。./gradlew runAcceptanceTests在连接的设备中执行接受和仪器测试。./gradlew runTestCoverage在Android代码库中的测试中报告代码覆盖范围。./gradlew runStaticCodeAnalysis在Android代码库上运行静态分析。 请参阅“问题”部分:https://github.com/android10/android-cleanarchitecture-kotlin/issues
Copyright 2024 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.
