BlakePatterson / Foodie-Go

A Pokemon Go like application focused on keeping foodies connected and introducing them to new locations to eat!
1 stars 0 forks source link

Create Map Activity #5

Closed BlakePatterson closed 2 years ago

BlakePatterson commented 2 years ago

Create the Map Activity:

  1. Create a map fragment
  2. Connect the fragment to google maps API (see if we can use Karl's API Key)
  3. Create a location service that consistently updates the user's location
    1. If the user starts a route, a foreground service is launched that updates the location even while the app is closed
    2. otherwise, only update the location while the app is open