Skip to content

Gif RecyclerView MVP Grid Example using Dagger 2, Retrofit 2, RxJava 2 and Butterknife with Junit and Espresso tests

License

Notifications You must be signed in to change notification settings

RxSmart/android-gif-example

 
 

Repository files navigation

Android RecyclerView Gif Example

License TravisCI  Build Coveralls Code Coverage Twitter Follow

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

Testing

Run Junit Unit Tests:

$ gradlew testDebug

Run Espresso Instrumentation Tests:

$ gradlew connectedDebugAndroidTest

Reports

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

About

Gif RecyclerView MVP Grid Example using Dagger 2, Retrofit 2, RxJava 2 and Butterknife with Junit and Espresso tests

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.4%
  • Shell 1.6%