antivirus99912 / montrealtransit-for-android

Automatically exported from code.google.com/p/montrealtransit-for-android
0 stars 0 forks source link

Use Passive Location Provider for closest subway station and more... #39

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Create a background service that listen to location updates from other apps and 
generate the list of closest subway stations (and closest bus stops when 
available) so the list is already available when the user opens the app.

Doc: 
http://android-developers.blogspot.com/2011/06/deep-dive-into-location.html

Sample:
https://code.google.com/p/android-protips-location/

Original issue reported on code.google.com by mathieu.mea on 12 Feb 2012 at 4:52

GoogleCodeExporter commented 9 years ago
The app is fast enough to load the closest subway stations... so it's not 
useful.
Also, most of the data is available offline now so it's not useful for 
pre-fetching either.

Original comment by mathieu.mea on 8 Aug 2013 at 11:46