What nachit and how to remove it?
android.database.CursorIndexOutOfBoundsException: Index -1 requested, with a size of 1
an error means that your cursor is not set to any position. use something like cursor.moveToFirst() to specify where to read the data (in this case, from the first position)
cursor.moveToFirst()
Source: https://ru.stackoverflow.com/questions/807669/More articles:I can not fix the error when working with mysqlFilling a two-dimensional String array with information from a fileWhy is the curtail_win function called several times?Why does flex behave this way?Calculating the maximum possible weight of people in an elevatorConclusion of 300 thousand records in Django with paginationSaving and using data of multidimensional arrays - C # (serialization)Implementing a C # mini-programWhy is the function executed once if it is in a loop? C ++ ArduinoHow to rewrite the fast block reading function of a file on Windows?All Articles