These applications use an OnScrollListener to detect when the last item is displayed. When this happens, they load more items and add them to the list adapter.
On Sat, Jan 17, 2009 at 10:04 PM, Torgny <[email protected]> wrote: > > I want my ListView/ListActivity to only load a set amount of records-- > let's say 20 out of 1000--but when the user flings/scrolls to the > bottom of the list more records are loaded into the list and the user > can continue scrolling? The Android Market and the Gmail app has this > functionality. > > I have been trying to find anything online about this without success, > I apologize if this question has been raised here already. > > > -- Romain Guy Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

