Learn
Cursor Adapter in Android
Cursor adapters provide a high-performance way to scroll through long lists of data that are stored in SQLite.The consuming code must define an SQL query in a Cursor object and then describe how to create and populate the views for each row. The CursorAdapter fits in between a Cursor