[android-developers] Re: ListAdapter source

2010-11-23 Thread Bret Foreman
I found part of the logic in AbsListView, which I've pasted below. Note that the vertical scroll offset is calculated based on the assumption that all the child Views will have the same height. In my case the child Views are all different heights but I do have an array that contains a list of those

[android-developers] Re: ListAdapter source

2010-11-22 Thread Bret Foreman
What I'm really trying to figure out is how ListAdapters and ListViews handle the Views that are off-screen and how they reuse View objects. On Nov 22, 5:48 pm, Bret Foreman wrote: > I want to look at the source code for the ListAdapter class without > downloading the entire Android source code t