How to programmatically check availibilty of internet connection in Android?
- by Fahad
Hi!
I want to check programmatically whether there is an internet connection in android phone/emulator. So that once I am sure that an internet connection is present then I'll make a call to the internet.
So its like "Hey emulator! If you have an internet connection, then please open this page, else doSomeThingElse();"
hope you get the idea. I would highly appreciate a quick response I need it quite early.
regards
Fahad Ali Shaikh