I am trying to load 1000 images to my gallery view. Images are taken from a network. I have used Async task to download the images from the server. It works fine. But it took a hefty time in downloading 1000 images at a time and adding to gallery.
So I am planning to download only first 50 images from the server and display in the gallery. Once it is done, the next 50 images has to be downloaded and added in the gallery and so on... I am not able to implement this. can any one provide some ideas to implement it? -- 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

