Skip to content

Jetpack Compose app that you can store your parking spots in Google Map Compose, Room, MVVM

License

Notifications You must be signed in to change notification settings

raheemadamboev/parking-spot-saver

Repository files navigation

parking-spot-saver

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

Download demo

Tech stack:

  • MVVM
  • Jetpack Compose
  • Google Maps
  • Google Map Compose
  • Hilt Dependency Injection
  • Kotlin Coroutines
  • Kotlin Flow
  • Room