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
Post a Comment