Android Connection Timeout On Asynctask
Trying to get this simple download and save image to work but i keep getting a Connection Timeout Exception. As far as i am aware the web address should work new DownloadImageTask(
Solution 1:
I've tested your code and it works successfully. I suggest you to check your internet connection.
Post a Comment for "Android Connection Timeout On Asynctask"