Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 769 Bytes

File metadata and controls

18 lines (13 loc) · 769 Bytes

Rick And Mort App

A simple android application for displaying a list of all characters from the animated series Rick and Morty.

Screen shots

Screens

Features

  • Architecture MVI
    • Data (for dto, API).
    • Domain (for model, use case, repositories).
    • Presentation (for for UI logic, viewModels, viewStates end events)
  • Dependency injection with Hilt.
  • Reactive programming with kotlin coroutines.
  • Networking with Retrofit
  • Jetpack Compose for UI.