Paged list and CursorLoader
Asked Answered
D

1

8

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?

Dapsang answered 2/10, 2011 at 18:53 Comment(0)
M
-1

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.

Maulmain answered 5/10, 2012 at 8:44 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.