Re-post sorry: Here is your solution:
On your custom adapter make its data public to that you can append your new data to it as it downloads. When you get say 10 items loaded you could trigger on the adapter notifyDataChanged. The adapter will take care of adding the new items without moving the scroll bar... :) I think this would work :P --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

