Caused by: android.database.sqlite.SQLiteException: no such column:
Một ngoại lệ SQLite cho biết đã xảy ra lỗi khi thực thi trình phân tích cú pháp SQL.
Bạn nên thêm SPACE bổ sung trong DESC
Phần.
Chỉnh sửa CHỌN Tuyên bố.
Cursor cursor = sqLiteDatabase.query(Constants.TABLE_NAME, new String[]{Constants.KEY_ID, Constants.TITLE_NAME, Constants.CONTENT_NAME,
Constants.DATE_NAME}, null, null, null, null, Constants.DATE_NAME + " DESC ");
Sau đó Clean-Rebuild-Run
.