Simple application that you can save your parking spots and display it in Map. UI is built by Jetpack Compose and MVVM architectural pattern is applied. Google Maps API and Google Map Compose is used for map. All parking spots data is stored locally in Room. Kotlin Coroutines are used for asynchronous operations. Dependencies are injected by Dagger Hilt.
Parking Spot Saver
Tech stack:
- MVVM
- Jetpack Compose
- Google Maps
- Google Map Compose
- Hilt Dependency Injection
- Kotlin Coroutines
- Kotlin Flow
- Room