Android代码-一个 Kotlin MVP 模板

时间:2022-08-26 17:37:29
【文件属性】:
文件名称:Android代码-一个 Kotlin MVP 模板
文件大小:159KB
文件格式:ZIP
更新时间:2022-08-26 17:37:29
Android代码 README This is an android application template project built with kotlin language and some useful libraries. It provides a creator script to quickly create an project from template. Creating project Make sure you have installed Python 3 and requests library before proceeding. And then paste the following command at a terminal, replace the PROJECT_NAME and APP_PACKAGE_NAME and execute it: python3 -c "$(curl -fsSL https://raw.githubusercontent.com/nekocode/create-android-kotlin-app/master/create-
【文件预览】:
create-android-kotlin-app-master
----gradlew(5KB)
----build.gradle.kts(592B)
----backend()
--------build.gradle.kts(1KB)
--------src()
--------.gitignore(7B)
--------proguard-rules.pro(751B)
----LICENSE(10KB)
----gradle()
--------wrapper()
----README.md(935B)
----create-android-kotlin-app.py(5KB)
----gradlew.bat(2KB)
----gradle.properties(181B)
----.gitignore(78B)
----app()
--------build.gradle.kts(3KB)
--------src()
--------.gitignore(7B)
--------proguard-rules.pro(1KB)
----settings.gradle.kts(28B)

网友评论