The CursorAdapter introduces special methods related to working with the data Cursor. Also the CursorAdapter introduces a different implementation pattern than the list based adapters, as it recommends implementing the newView and bindView methods to build the row view(instead of just the getView method). Different subclasses of CursorAdapter(like SimpleCursorAdapter, ResourceCursorAdapter etc) are available for easy use so the user isn't required to provide the full implementation that the CursorAdapter needs. More information can be found in the documentation of the class.
Synonyms
cursoradapterStats
created |
10 months ago |
viewed |
17 times |
active |
6 months ago |
editors |
1 |
Recent Hot Answers
Android: how to use CursorAdapter?What bindView() and newView() do in CursorAdapter
cursoradapter with different row layouts
How to remove a selected item from ListView using CursorAdapter
ListView using two cursoradapters?
more »
Related Tags
android-listview × 60
listview × 58
cursor × 27
sqlite × 24
java × 17
android-contentprovider × 16
simplecursoradapter × 16
database × 14
android-cursorloader × 13
android-cursor × 13
android-listfragment × 9
android-loadermanager × 9
checkbox × 8
listactivity × 7
android-sqlite × 6
android-layout × 6
android-asynctask × 5
android-fragments × 5
autocompletetextview × 5
expandablelistview × 4
onclicklistener × 4
performance × 4
adapter × 4
baseadapter × 4