How-to articles, tricks, and solutions about ANDROID-NETWORKING
How can I fix 'android.os.NetworkOnMainThreadException'?
The android.os.NetworkOnMainThreadException is a runtime exception that is thrown when an application attempts to perform a networking operation on the main thread.
How to check internet access on Android? InetAddress never times out
To check for internet access on Android, you can use the isReachable() method of the InetAddress class.