Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 473 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 473 Bytes

RickAndMorty - Simple app using Android Architecture

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