TheBurrd / androidClient

Android client for The Burrd, a happy hour app
MIT License
3 stars 2 forks source link

Android Location Services #17

Closed AdamDorwart closed 9 years ago

AdamDorwart commented 9 years ago

We need a class that interfaces with the Android location services and pulls the gps coordinates. Unfortunately this isn't just a simple Location.getCoords(), because it takes time for the device to get a lock.

Check out this StackOverflow to see an example: http://stackoverflow.com/questions/1513485/how-do-i-get-the-current-gps-location-programmatically-in-android

sjatakia commented 9 years ago

screenshot_2015-05-17-19-10-35_1024

AdamDorwart commented 9 years ago

What branch is this in?