Skip to Content

A Cursor is a logical pointer to the underlying data. It is used to insert new rows into tables. Android queries return Cursor objects, which provide a managed means of controlling one row of a result set. Android also provides a convenient way to manage Cursors. The startManagingCursor method integrates its lifetime into the calling …

Read More about What is Cursor in Sqlite Android?