android-gif-example

Gif RecyclerView MVP Grid Example using Dagger 2, Retrofit 2, Moshi, RxJava 2, Junit, Espresso and Robolectric tests!

Android-RecyclerView

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

GitHub