An Android app that uses the Rick and Morty API (https://rickandmortyapi.com/)
demo.mp4
Tech Used:
Hilt for DI MockK for testing Compose for the views Coil to asyncronously load images from the web into compose Retrofit to make API calls
Designed with clean architecture keeping :
api calls and their mappers in the data layer, objects created from those apis and the api interface in the domain layer and views and viewmodels in the presentation layer
Created by Chris Saunders 23 Jan 2023