ac4android
Well-Known Member
In each instance, I specified 15 seconds, like this:
I then captured 230 readings in a table and noticed that the intervals varied widely, from as little as 7 seconds and not once on 15 seconds.
Is this normal?
How accurate are the timings?
It's not good.
Code:
LocationManager.GPS_PROVIDER ,15000 , 10 , locationlistener(){ ...;}
//...lines elided ...
handler.postDelayed(this, 15000);
...
Is this normal?
How accurate are the timings?
It's not good.
