On Wed, Aug 19, 2009 at 6:53 AM, Streets Of Boston<[email protected]> wrote: > > I have seen some posts on this forum that people try to do this inside > the 'getView' method (in pseudo code): > > if position == getCount()-1 then { > "The user has stopped scrolling and the list is showing > the last element on the bottom." > Do something: E.g. lazily load more items. > } > > My previous posts tried to explain that the stament in double-quotes > is not necessarily true at that point. :=)
But that shouldn't matter, since the lazy load of more items is triggered regardless of whether the bottom view is fetched first or last. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

