19.03.2011 10:48, Robin Talwar ?????:

*Present Situtation :-*
10 images come and then after 3 seconds these 10 images are replaced by new 10 images due to the parser running in onPageChanged. The Adapter is being set again and again. I want the new adapter to append the images to the existing adapter.

That's up to how your parsing code interacts with the adapter.

You know when a loading operation is kicked off for loading more data (page 2 and on), so in that case, rather than replacing existing data in the adapter, append new data at the end.

--
Kostya Vasilyev -- http://kmansoft.wordpress.com

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

Reply via email to