在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):androidstarters/kotlin-android-starter开源软件地址(OpenSource Url):https://github.com/androidstarters/kotlin-android-starter开源编程语言(OpenSource Language):Kotlin 100.0%开源软件介绍(OpenSource Introduction):Android Kotlin Mvp StarterAn MVP Boilerplate to save me having to create the same project over from scratch every time! :) This project uses:
generator-kotlin-androidCreate new project using yeomannpm install -g yo
npm install -g generator-kotlin-android
mkdir NewApp && cd $_
yo kotlin-android BuildingTo build, install and run a debug version, run this from the root of the project: ./gradlew app:assembleDebug TestingTo run unit tests on your machine: ./gradlew test To run instrumentation tests on connected devices: ./gradlew connectedAndroidTest Code Analysis toolsThe following code analysis tools are set up on this project: ./gradlew pmd ./gradlew findbugs ./gradlew checkstyle The check taskTo ensure that your code is valid and stable use check: ./gradlew check License
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论