Skip to content

Demo project to add location markers on map using room persistence library to store the co-ordinates.

Notifications You must be signed in to change notification settings

TankRaj/Mapbubbles

Repository files navigation

Android Map application: using google room database persistence library as database

Why Room over SQLITE?

  • compile-time verification of raw SQL queries
  • no need of updating queries on DB schema changes
  • less boilerplate code
  • more clean code architecture

A simple demonstration of room library implementation,google maps and using gps to get location updates on certain intervals

Clone this repository:

git clone https://github.com/TankRaj/Mapbubbles.git

Now import the project in android studio and modify as per your requirements.

Happy Coding!!! 😄

About

Demo project to add location markers on map using room persistence library to store the co-ordinates.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages