02-08-2013 07:15 AM
Hi all,
Just a quick question here on efficiency of use. I have an app that monitors the GPS. It has various checks it runs on the location at varying intervals.
My real question is, I wish to stop checking for a certain period of time, let's say 5 minutes, is it more efficient to call pause on the location provider, or call stop and then resume it 5 minutes later?
At the moment if I keep it hot the whole time the battery will drain in about 5 hours or so.
Just looking for some advice really!
Thanks
02-08-2013 07:34 AM
As I understand it, and I have not tested so can't say for sure, 5 minutes is borderline, and certainly if you don't need a GPS location for a period that is longer than 5 minutes you should stop GPS and restart.
HTH.
02-08-2013 07:41 AM
02-08-2013 08:08 AM
That is exactly what I would do too.
Can you let us know if it does in fact extend the battery life?
02-08-2013 08:31 AM