moveToNext

open fun moveToNext(): Boolean

Move the cursor to the next row.

This method will return false if the cursor is already past the last entry in the result set.

Return

whether the move succeeded.

See also

android.database.Cursor#moveToNext()