Reputation: 2782
I am using LocationManager to get the values of Latitude and Longitude of a user.
In some of the devices onLocationChanged is called quickly and in some devices a bit late. Is this problem depends on device or anything else. Please help me.
Upvotes: 0
Views: 44
Reputation: 28589
The frequency that this is called depends on nothing other then the LocationManager and the device itself.
Upvotes: 1