Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 472 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 472 Bytes

A small app showcasing modularisation and clean architecture principles. Displays a list of Rick & Morty TV show characters. Opens a details screen on click.

Stack:

  • Single activity + Compose
  • Version catalog with convention plugins
  • Coroutines
  • Koin
  • Ktor
  • Coil
  • Room (screens 100% reactive/observable with offline support)
  • Kotlinx Serialization
  • Timber

Structure: structure