Android Question Get Internet Signal type and quality

jcredk

Member
Licensed User
Longtime User
Hi all,

I would like to postpone some of the tasks of my application upon the internet connection quality ...

I am searching a "simple" way to know the internet signal type (WIFI, Cellular) and its quality (bandwidth for wifi, or type for cellular: 2G, 3G, Roaming or not ...)
Are there a library or simple code instructions to do that ?

Thanks,
Jo
 

lemonisdead

Well-Known Member
Licensed User
Longtime User
Hello,

I would take a look at the Phone library and combine with the PhoneEvents too.
ConnectivityChanged
GetNetworkType
 
Upvote 0
Top