I am working on an android app which keeps checking my location using GPS and automatically stops recording if not moving for more than 3 mins. But sometimes may be due to poor signal it is not able to stop automatically.
is there anyway to determine the poor network signal in my android code ? I have seen few posts on PhoneStateListener but how to check if the signal is poor in android code.