Understanding the LocationListener in Android
December 25th, 2010
8 comments
Introduction
Everybody who has done some Android development involving GPS location tracking is probably familiar with the LocationManager and LocationListener concepts.
However, there seems to be some doubt regarding the minTime and minDistance parameters that can be provided to the requestLocationUpdates call, and the way the locationlistener behaves. |
Continue reading “Understanding the LocationListener in Android” »

