Android RecyclerView Gif Example in Kotlin with Kotlin DSL
Riffsy RecyclerView MVP Grid Example using Dagger 2, Retrofit 2, Moshi, RxJava 2, Junit and Espresso tests with Kotlin DSL!
Build the APK:
$ gradlew assembleDebug
Install the APK:
$ gradlew installDebug
Run the App:
$ gradlew runDebug
Testing
Run Junit Unit Tests:
$ gradlew testDebug
Run Espresso Instrumentation Tests:
$ gradlew connectedDebugAndroidTest
Reports
Generate JacocoReport Test Coverage Report:
$ gradlew jacocoDebugReport
Generate Lint Report:
$ gradlew lintDebug