文件名称:Android代码-使用clean architecture与Kotlin语言和最新的Android技术(Rx,Dagger2等)。
文件大小:280KB
文件格式:ZIP
更新时间:2022-08-25 23:39:19
Android代码
Android Clean Architecture - Kotlin This is an Android Clean Architecture base project using 100% Kotlin including Unit tests! You could use it as the base project when you create a new Android project. This architecture optimized the Clean Architecture and MVP for the Android Kotlin project. When using this architecture, you could isolate the UI, business logic and data sources, and also making the unit test easier. It uses latest and most popular technologies e.g. Dagger2, RxJava etc. Benefi
【文件预览】:
clean-architecture-android-kotlin-master
----clean_architecture_pyin.png(99KB)
----.gitignore(87B)
----settings.gradle(42B)
----domain()
--------.gitignore(7B)
--------build.gradle(1KB)
--------src()
--------proguard-rules.pro(938B)
----build.gradle(1KB)
----data()
--------.gitignore(7B)
--------build.gradle(2KB)
--------src()
--------proguard-rules.pro(938B)
----.travis.yml(577B)
----gradlew(5KB)
----mvp()
--------.gitignore(7B)
--------build.gradle(1KB)
--------src()
--------proguard-rules.pro(938B)
----LICENSE(11KB)
----ui()
--------.gitignore(7B)
--------build.gradle(3KB)
--------src()
--------proguard-rules.pro(938B)
----README.md(4KB)
----gradlew.bat(2KB)
----gradle.properties(783B)
----gradle()
--------wrapper()