Riffsy RecyclerView MVP Grid Example using Dagger 2, Retrofit 2, RxJava 2 and Databinding with Junit and Espresso tests
Build the APK:
$ gradlew assembleDebug
Install the APK:
$ gradlew installDebug
Run the App:
$ gradlew runDebug
Run Junit Unit Tests:
$ gradlew testDebug
Run Espresso Instrumentation Tests:
$ gradlew connectedDebugAndroidTest
Generate PMD Report:
$ gradlew pmdDebug
Generate JacocoReport Test Coverage Report:
$ gradlew jacocoDebugReport
Generate FindBugs Report:
$ gradlew findBugsDebug
Generate Checkstyle Report:
$ gradlew checkstyleDebug
Generate Lint Report:
$ gradlew lintDebug
