Skip to content

devLaaziz/androidkotlinStarter

Repository files navigation

Android Kotlin Mvp Boilerplate

An MVP Boilerplate to save me having to create the same project over from scratch every time! :)

This project uses:

Building

To build, install and run a debug version, run this from the root of the project:

./gradlew app:assembleDebug

Testing

To run unit tests on your machine:

./gradlew test

To run instrumentation tests on connected devices:

./gradlew connectedAndroidTest

Code Analysis tools

The following code analysis tools are set up on this project:

./gradlew pmd
./gradlew findbugs
./gradlew checkstyle

The check task

To ensure that your code is valid and stable use check:

./gradlew check

Releases

No releases published

Packages

No packages published

Languages