How-to articles, tricks, and solutions about ANDROID-ASYNCTASK
Download a file with Android, and showing the progress in a ProgressDialog
To download a file with Android and show the progress in a ProgressDialog, you can use the following steps:
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.