RickAndMorty-AndroidArchitectureSample icon indicating copy to clipboard operation
RickAndMorty-AndroidArchitectureSample copied to clipboard

A Rick And Morty simple app to show one approach to using some of the best practices in Android Development.

RickAndMorty - Android Architecture Sample

A Rick And Morty simple app that loads information from The Rick and Morty API to show one approach to using some of the best practices in Android Development. Including:

  • ViewModel
  • LiveData
  • Hilt (for dependency injection)
  • Kotlin Coroutines
  • Retrofit
  • Room
  • Navigation

You should also take a look at