This demo project uses the magicthegathering.io API because no api key is required and has a variety of data from text to images.
Note: loading images could throw an SSLHandshakeException and an unsafe OkHttpClient has been used in App.kt.
Noteworthy features:
- Full Compose for UI.
- Retrofit for network calls.
- Room for storage.
- Dagger Hilt for dependency injection.
- Compose Destinations for navigation.
- Coroutines for concurrency.