Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 645 Bytes

File metadata and controls

32 lines (23 loc) · 645 Bytes

Github Java pop

This application queries the most popular Java repositories.

Demo

Stacks

  • MVI pattern (Model-View-Intent)
  • Dependency Injection using Dagger 2
  • RxJava (RxKotlin)
  • Mobius Spotify
  • Retrofit
  • ViewModels
  • Instrumentation testing with Espresso
  • JUnit testing business logic controllers.
  • Jetpack navigation
  • Paging Library
  • Databinding
  • Moshi
  • Safe Args
  • Material Design 2.0
  • Support screen orientation changes without losing status
  • And others...

Instrumented tests

To run instrumented tests, change the build variants to "instrumented" and enjoy!