Android CleanArchitecture
1.0.0
Android 설계… 리로디드
이것은 Uncle Bob의 클린 아키텍처 접근 방식을 사용하여 Android 애플리케이션을 설계하는 방법에 관해 제가 작성한 블로그 게시물의 일부인 샘플 앱입니다.
Android 설계…깨끗한 방식?
Android 설계…진화
Android에서 Dagger 2 맛보기
클린 아키텍처… 사용 사례의 동적 매개변수
이 샘플의 데모 비디오
다음은 이 예제를 실행하는 데 유용한 몇 가지 Gradle/adb 명령입니다.
./gradlew clean build
- 전체 예제를 빌드하고 단위 및 통합 테스트와 린트 검사를 실행합니다../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.