Android Question Mobile Internet Connectivity

vfafou

Well-Known Member
Licensed User
Longtime User
Hello!

I've read many threads relative to internet connectivity.
In my case, it is needed to check the strength of mobile/wifi signal, because it is possible to be connected but so slow that my app does not take on time some critical info from server.
When this happens, I need to inform the app user for bad/very slow connection.
Additionally, how could I detect the connection quality if the device is connected via WiFi to a mobile internet Access Point?

Thank you in advance!
 
Last edited:

Mark Read

Well-Known Member
Licensed User
Longtime User
Have you looked at the ABWifi library - here?
 
Upvote 0

Mark Read

Well-Known Member
Licensed User
Longtime User
It only seems to work for Wifi. For 3G I think you need to look here.
 
Upvote 0
Top