I must have searched high and low for the answer to my problem - I've even spent around $100 on books hoping that one of them would cover it - alas it was not the case.
I have approximately 50000 records in a database table. All I want to do is display them in a list-view so you can scroll through them. I dare say I will need to lazily load them as you scroll through the list - my question is how and can it be done through a content provider? I noticed the SlowAdapter in the APIDemos that appears to do exactly the kind of thing that I am looking for, but Im unsure of the correct method for requerying the content provider with the new limit criteria (or at all via a ContentProvider). Do I need to create a new cursor and merge it with the previous one as I scroll down? I would really appreciate assistance on this as it's been causing me a lot of bother for the last few days. Kind Regards, Matt --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

