Android CleanArchitecture
1.0.0
Android の設計…リローデッド
これは、ボブおじさんのクリーン アーキテクチャ アプローチを使用して Android アプリケーションを設計する方法について書いたブログ投稿の一部であるサンプル アプリです。
Android のアーキテクチャ…クリーンな方法?
Android のアーキテクチャ…進化
Android で Dagger 2 を試食する
クリーンなアーキテクチャ…ユースケースにおける動的パラメータ
このサンプルのデモビデオ
この例を実行するために役立つ Gradle/adb コマンドをいくつか示します。
./gradlew clean build
- サンプル全体をビルドし、単体テストと統合テスト、さらに lint チェックを実行します。./gradlew installDebug
- 現在接続されているデバイスにデバッグ APK をインストールします。./gradlew runUnitTests
- ドメインおよびデータ層のテスト (単体テストと統合テストの両方) を実行します。./gradlew runAcceptanceTests
- エスプレッソおよびインストルメンテーションの受け入れテストを実行します。 問題セクションを参照してください: https://github.com/android10/Android-CleanArchitecture/issues
ここで Java コードスタイルをダウンロードしてインストールできます。 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.