moveToFirst

open fun moveToFirst(): Boolean

Move the cursor to the first row.

This method will return false if the cursor is empty.

Return

whether the move succeeded.

See also

android.database.Cursor#moveToFirst()