Sometimes the app I am developing takes a long time to fetch data from a remote API because the device network is connected but the signal strength is too low, and in this situation my application's delay is annoying to the user.
Is it possible to set minimum rage of signal strength, so that if it goes below that range, I can instead notify the user with a toast message?