A simple android application for displaying a list of all characters from the animated series Rick and Morty.
- 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.