ExampleMultimoduleRxRetrofitApplication

When learning about rx with kotlin (and android), I noticed that on github weren't many small, easy to understand repositories, so I decided to make one myself

This application uses the one module per layer approach and fetches a random dog picture from the Dog API using mainly:

  • Rx
  • OKHttp
  • Retrofit
  • Glide
  • DI