Android Downloading Multiple images from Internet -


i trying download multiple images internet(number big 50+) creating ansynch task each image , start download , show downloaded images in grid. since using grid view come gridactivity getview method called , starts downloading. many times code fails giving socket error. algo -

    getview{             call asynch task     }     asynctask(){         start download         once download finsishes update grid view image     }  

asyctask choice have looked @ multithreading-for-performance, if not tutorial handle you're trying accomplish.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -