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.