Skip to content

Marvel Super Hero App Coding Challenge

Notifications You must be signed in to change notification settings

DanielLukic/sha-coding-challenge

Repository files navigation

Super Hero App Coding Challenge

Quick example app showing the usage of various compose, network and storage related libraries. The focus was on using these libraries. Not much focus was put on cleaning up the code or handling errors in a more than basic way.

The app uses the Super Hero API to fetch superhero data.

Notes

To show usage of SqlDelight and Ktor, the comic data is handled via these libraries. Characters and creators are handled via Retrofit and Room.

To get started quickly, I used my decades old bx libraries. Updated over time, but still quite aged. Please ignore the bx packages entirely.

Libraries

Screenshots

Comics Detail Character
Screenshot 1 Screenshot 2 Screenshot 3