# RecyclerViewCursorAdapter Library

DevFeed: [RecyclerViewCursorAdapter Library](<https://devfeed.tech/articles/recyclerviewcursoradapter-library-22829.md>)

Original publisher: [Read original article](<http://androidessence.com/recyclerviewcursoradapter-library/>)

Author: Adam McNeilly

Published: 2015-12-10T00:00:00Z

Content type: release

Language: en

Sources: [Android Essence](<https://devfeed.tech/sources/android-essence.md>)

Topics: [Library](<https://devfeed.tech/topics/library.md>), [Database](<https://devfeed.tech/topics/database.md>), [GitHub](<https://devfeed.tech/topics/github.md>)

Tags: [database](<https://devfeed.tech/tags/database.md>), [developer](<https://devfeed.tech/tags/developer.md>), [github](<https://devfeed.tech/tags/github.md>), [library](<https://devfeed.tech/tags/library.md>), [ui](<https://devfeed.tech/tags/ui.md>)

## AI overview

The author announces the release of a RecyclerviewCursorAdapter library that adapts CursorAdapter-style database data sources for RecyclerView.Adapter. The library includes samples and documentation on GitHub.

## Source excerpt

Today I released my first library which is for a RecyclerviewCursorAdapter. Using a ListView to display database data becomes a lot easier when you use a CursorAdapter combined with a CursorLoader to display data from your ContentProvider. The main benefit of CursorLoader is explained in the docs: