NM, got it. It was a problem in the getView method of the adapter specifically related to the convertView argument.
On Sun, Jun 27, 2010 at 11:50 AM, Scott Warfield <[email protected]> wrote: > 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 [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

