issues
search
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
3 years ago
BlakePatterson
commented
3 years ago
Create the Map Activity:
Create a map fragment
Connect the fragment to google maps API (see if we can use Karl's API Key)
Create a location service that consistently updates the user's location
If the user starts a route, a foreground service is launched that updates the location even while the app is closed
otherwise, only update the location while the app is open
Create the Map Activity: