Android : Downloading and Displaying images simulataneously?
- by Amit Chintawar
Hi,
I'm having a situation in my current project where I want to Download a wallpaper image from network. I want to download the image in chunks and at the same time display whatever image that has been downloaded in a ImageView. Can someone let me know how to implement this?
The type of Image that I would be downloading would be "PNG".