Thanks.

Mark's comment about the object roster is what I was curious about.
SimpleCursorAdapter calls Cursor.moveToPosition() every time the list
calls bindView(), so I was wondering what the cursor does with result
set & when -- i.e., does it create objects (presumably indexes into
the db file) for the result rows up front, or only as requested?

Regardless, it looks like I'll be merging the results of multiple
cursors with some sort of Adapter wrapper, so I'll need to keep all of
those cursors active while the list is around.

Cheers
Tim


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