Android CleanArchitecture
1.0.0
กำลังสร้างสถาปัตยกรรม Android… โหลดใหม่แล้ว
นี่คือแอปตัวอย่างที่เป็นส่วนหนึ่งของโพสต์บนบล็อกที่ฉันเขียนเกี่ยวกับวิธีการออกแบบแอปพลิเคชัน Android โดยใช้แนวทางสถาปัตยกรรมที่สะอาดตาของ Uncle Bob
การสร้างสถาปัตยกรรม Android…วิธีที่สะอาดตาเหรอ?
สถาปัตยกรรม Android…วิวัฒนาการ
ชิม Dagger 2 บน Android
สถาปัตยกรรมที่สะอาดตา…พารามิเตอร์ไดนามิกในกรณีการใช้งาน
วิดีโอสาธิตตัวอย่างนี้
ต่อไปนี้เป็นคำสั่ง Gradle/adb ที่มีประโยชน์สำหรับการดำเนินการตัวอย่างนี้:
./gradlew clean build
- สร้างตัวอย่างทั้งหมดและดำเนินการทดสอบหน่วยและบูรณาการ รวมถึงการตรวจสอบผ้าสำลี./gradlew installDebug
- ติดตั้ง debug 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.