MarvelApplication
Thanks for taking your time for giving feedback, I really appreciate it ?
Long story short the app is supposed to retrieve some data from the marvel api, save it locally to a room database locally.
The app is able to load data from offline once the data is downloaded at least once
Then display everything in a list.
Tech: Jetpack Compose, Kotlin, MVVM, Retrofit, Room.
Todo: I’ll need to learn testing asap and also dependency injection (I think I’ll try to learn testing first, and once I have like 30% coverage or so I will implement dependency injection too!)