Try AsyncTask? You can have doInBackground downloading the images,
then call publishProgress for each image completed, and have
onProgressUpdate update the gridview. You should have no problem
finding tutorials on how to use AsyncTask with a quick search.

On Mar 29, 11:31 am, "Febi.M.Felix Maliakkal" <[email protected]>
wrote:
> I have a gridview and i need images from my website to get loaded on to
> this gridview fastly..there should not be any delay..that means,
> downloading action should be in background while the gridview get
> populated..i have implemented a method..but it takes more time...Only after
> downloading the complete pictures, the gridview gets populated...please
> help..

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to