Sunday, June 27, 2010

Re: [android-developers] ListView scrolling

Have a video of the Google IO 2009, that you have more informations about that, and how you make this more fast and efficent.
http://www.youtube.com/watch?v=N6YdwzAvwOA&feature=player_embedded

2010/6/27 Scott Warfield <malamber@gmail.com>
I have a ListView with a scrolling issue.  The Array contain a large number of items.  When i try to scroll down, the listview displays the first items again.  For example, if the initial view shows 12 items, and I scroll down to view the next three, instead of showing 4 through 15, if shows 4 through 12 followed by 1, 2, and three.  Debugging the Adapter reports that getView return 4 through 15 just as I would expect.  Any thoughts on what I might be missing?

-- Scott

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment