Skip to content Skip to sidebar Skip to footer

Why Only 1 Of 10 Image Is Load And Saved In Sd Card

I am loading 10 Images from URL's that are stored in array . only last index url is loading and saving image in SD card . here is my code : for(int j=0; j

Solution 1:

Pass the list to DownloadImageTask instead of URL then put a for loop in doInBackground,


Post a Comment for "Why Only 1 Of 10 Image Is Load And Saved In Sd Card"