is there any simple way, how to check if the device is actively connected into internet (= is connected via GPRS, EDGE, UMTS, HSDPA or Wi-Fi)?
Thanks
|
|
|
Yes, I use isReachable.
|
|||
|
|
You can try retreaving the Local IP address to check whether device is connected to Internet.
The return iNetAddress.getHostAddress().toString(); will give you the IP address. You need to add permission
Note: If you are working in Emulator it will retun the emulator IP (generally it will be 10.0.2.15) |
|||||
|
|
I use this in one of my apps:
You will need these permissions in your Manifest file:
|
|||
|
|