Android : Downloading and Displaying images simulataneously?

Posted by Amit Chintawar on Stack Overflow See other posts from Stack Overflow or by Amit Chintawar
Published on 2010-05-10T12:07:39Z Indexed on 2010/05/10 12:14 UTC
Read the original article Hit count: 284

Filed under:
|
|

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".

© Stack Overflow or respective owner

Related posts about android

Related posts about image