java - java.lang.IllegalStateException: Couldn't read row 0, col -1 from CursorWindow
问题 I'm creating an app which uses SQLiteDatabase to store items of a ListView . But, I get an error while populating the data in the ListView from the Database, and the app crashes. Here's my Database - import java.util.ArrayList; import android.content.ContentValues; import android.content.Context; import android.database.Cursor; import android.database.SQLException; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelper; public class NotesDatabase