DrinkTales
A multimodular android app that list cocktails and other drinks. Built with jetpack compose. Uses version catalog and the kotlin dsl
screenshots
Home screen
Details screen
Technologies Used
- Kotlin.
- Hilt – for dependency injection.
- Jetpack compose – for the Ui.
- mockk – for unit testing
- Retrofit – for networking
- Coroutines – for making asynchronous calls
- Kotlin Dsl
- Version Catalog
- MultiModule Structured(Layered)