Android RecyclerView Gif Example in Kotlin using the Kotlin DSL
android-gif-example
Gif RecyclerView MVP Grid Example using Dagger 2, Retrofit 2, Moshi, RxJava 2, Junit, Espresso and Robolectric tests!
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 Lint Report:
$ gradlew lintDebug