Android Native App to list marvel characters from public API. Is a guide to introduce and practice Android clean architecture concepts.
The app take the characters of the marvel comics, through its public API and list them on screen. Also when clicking on a character it shows its detail.
MVVM is implemented with clean architecture concepts.
#️⃣ Clean architecture layers
#️⃣ Project structure layers
List Characters | Detail Character |
---|---|
![]() |
![]() |
Dark | Dark |
![]() |
![]() |