Can someone tell me, what is the best way to deal with situations when there is no GPS signal or from some reason fix cannot be acquired?
The thing is that I thought that it would be sufficient just to use onStatusChanged method from LocationListener, but when there is no GPS signal it never calls this method. Why is that?
Thanks