> How many views are created by default for an adapter? My guess is 3
> based on what I see. Then, when getView() gets to index 4, 5, or 6, it
> correctly creates more Views and populates the right data. Anyone ever
> seen anything like this?

There's not a default number of views created for an adapter. A list
creates as many views as it needs to fill the screen. Views get reused
only when you start scrolling or when the adapter send a
notifyDatasetChanged(). You say you have a thread updating the data,
what is exactly that thread doing? Please show code.

-- 
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to