I need to implement paged list, that uses Loader
to get Cursor
from ContentProvider
. I have footer and when user clicks it - I need to add next records to list.
How can I refresh data in the list, using Loader
? Or what should I do here?
I need to implement paged list, that uses Loader
to get Cursor
from ContentProvider
. I have footer and when user clicks it - I need to add next records to list.
How can I refresh data in the list, using Loader
? Or what should I do here?
I think you should read this article about Loaders in Android first, to get a better understanding of how Loaders
can be used in Android. You can even find LoaderCursor
example with source codes under Android ApiDemos section in this article.
© 2022 - 2024 — McMap. All rights reserved.