Wednesday, June 16, 2010

[android-developers] Re: ListView with sections from a SINGLE Cursor

On Jun 16, 8:52 pm, Mark Murphy <mmur...@commonsware.com> wrote:
> On Wed, Jun 16, 2010 at 1:56 PM, sasq <jonas.minnb...@gmail.com> wrote:
>
> > The problem with your solution seems to be if you scroll directly to
> > the center of a large list, then you'd have to scan back to the
> > beginning to find the correct offset.
>
> No, just cache it.

Provided the View has asked for those items - which AFAIK it wont if
the dataset is large enough and you jump directly into it.
(say you do something like a google search that returns millions of
hits...)

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