I had to retrieve more than 2 say 5 or 10, images from mysql.
i got to retrieve static path for images n download using
job.download(url)
But I got to show all images in scrollview with its relevant heading, which is retrieved together in a row from my sql..
my question is how do ii show image with heading.
I can ablw to work for single but for multi results I was parsing with jason n map ing.
so I show heading1,n initiated job.download(1url) n add empty panel for image
once job is complete, I set that panel background with image..
but it shows only last image, it is overwritten on the last panel only...becuase I added pannel in loop
So how do I achieve this??
is it possible I wait for the first image download job to finish n then move to next loop?? I hope they have something for wait for job to finish...