I am trying to Fetch GPS continuously every minute using Android Code. When it clean sky its works very fine. But sometimes when there are lots of clouds i am not able to get the latitude & longitude. in such case how should I get GPS Co-Ordinates ?
Share
Use WiFi location and Cell Tower location as fallback:
http://developer.android.com/guide/topics/location/obtaining-user-location.html
Also, check out this post…both answers are applicable: Android: GPS fallback from fine to coarse