https://play.google.com/store/apps/details?id=pgm.poolp.mcdowells
A Jetpack Compose app displaying a few McDonald's photos from the Unsplash API.
- Material Design 3 - Light and dark mode supported with MaterialTheme.
- Hilt for dependency injection
- Coil - Used to load images from network.
- Ktor - Ktor is built from the ground up using Kotlin and Coroutines. Very lightweight and promising library built by JetBrains.
- Paging 3 with compose - Used with experimental Lazy staggered grid.
- Clean architecture - Built following Clean Architecture for Android.