I am creating an small application in Android, which points the current location.
I have used GPS-provider for that, but found out that I won’t get the data using GPS-provider at some places.
Can any one help me in getting this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you are connected to WIFI then simply use NETWORK PROVIDER for your location updates.
they will be fast and enough accurate too.
generally if location updates are not required so frequently then location updates are asked from both GPS and NETWORK together at the same time. whenever you get a location update of desired accuracy unregister from listening location updates.
But if location updates are required frequently then calling GPS can be a KILLER OF BATTERY
too so be careful of using GPS PROVIDER.
GPS Updates are available good under open sky only.
GPS Updates takes time , takes battery but Are More Accurate.
Network Updates are quicker, consumes less battery but are comparatively less accurate.
But if we are talking about a WIFI accuracy it will be near to 50 or 100 that can serve many real time requirement.
It all depends on your requirement.