Robrowski / GeoSnap

Repository for my projects in CS 403x (Mobile and Ubiquitous) at WPI
1 stars 0 forks source link

Implement location services #3

Closed mscosti closed 9 years ago

mscosti commented 9 years ago

Whenever the app is open in main activity we should have location on so we pull our latitude and longitude easily when we take a picture, and so we can package it up to be sent to geocloud

Robrowski commented 9 years ago

Location is as available as its going to get. (On service starts, it requests the last location out of the Google API, then requests updates). Done.

BUT: If location (and internet i think) are turned off, no location ever... new issue for putting a UI that tells user internet/location are turned off?

Robrowski commented 9 years ago

Warning pops up now! But only when the MainActivity's "onStart" is called. Good enough for now.