COSC481W-2019Winter / classproject-sudo-give_us_an_a

classproject-sudo-give_us_an_a created by GitHub Classroom
2 stars 1 forks source link

Depreciated function? #15

Open bmikolaj opened 5 years ago

bmikolaj commented 5 years ago

Android Studio presents the following under MapsActivity onConnected() image

bmikolaj commented 5 years ago

@Github-Archives Was this fixed?

Github-Archives commented 5 years ago

@bmikolaj was looking into this and still not sure if we should change it. plan to test our code out with this changed vs how our code is now. the reason being, I've been reading a lot about how updating it to fusedLocationProviderClient instead, may make the app update location sporadically every hour or so (instead of every few seconds like we want) when the app is run in the background (possibly in the foreground as well). they updated it this way to conserve battery life.