For anyone who stumbles accross this and has the same problem, I have
just stumbled across this post:

http://groups.google.com/group/android-developers/browse_thread/thread/b355f032064b7571

Cheers,
Paul.

2009/5/28 Paul Drummond <[email protected]>:
> I have an app which has a database of 13000+ items and I want to
> display them all in a list view.  Obviously displaying every item is
> extremely slow so I would like to use some form of "paging" so only 50
> or so items are displayed then when the user scrolls to the bottom I
> will load the next 50 and so on.
>
> I use the search-filter functionality of the list view also so the
> user can filter the list as he/she types text.
>
> Ideally, it would be good if the paging could be done in the db layer
> possibly by the db adapter.
>
> Can anyone tell me if there is any support for this sort of thing in
> sqlite or the android please?  I can't find anything that will do what
> I need but it seems like a fairy common thing to want to do, right?
>
> Cheers,
> Paul.
> --
> Iode Software Ltd, registered in England No. 6299803.
>
> Registered Office Address: 12 Sancroft Drive, Houghton-le-Spring, Tyne
> & Wear, DH5 8NE.
>
> This message is intended only for the use of the person(s) ("the
> intended recipient(s)") to whom it is addressed. It may contain
> information which is privileged and confidential within the meaning of
> applicable law. If you are not the intended recipient, please contact
> the sender as soon as possible. The views expressed in this
> communication may not necessarily be the views held by The Company.
>



-- 
Iode Software Ltd, registered in England No. 6299803.

Registered Office Address: 12 Sancroft Drive, Houghton-le-Spring, Tyne
& Wear, DH5 8NE.

This message is intended only for the use of the person(s) ("the
intended recipient(s)") to whom it is addressed. It may contain
information which is privileged and confidential within the meaning of
applicable law. If you are not the intended recipient, please contact
the sender as soon as possible. The views expressed in this
communication may not necessarily be the views held by The Company.

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