Simple recipe app is built by Jetpack Compose
Jetpack Compose Recipe
I used Jetpack Compose to build UI components. This is really easy to use, convinent and uses Kotlin to build UI. It is considered as future of android UI compared to old XML. Food2Fork API is used to retrive data. Both dark and light theme is supported. App robust to configuration changes and process death with the help of SavedStateHandle and thanks to MVVM pattern.
Screenshots:
Tech stack:
- Jetpack Compose
- Dependency Injection (Hilt)
- MVVM
- Jetpack Navigation Component
- Animations
- Retrofit
- Glide
- Kotlin Coroutines
- Git
- Material Design
- Handling configuration changes and Process Death