android listview 显示数据库内容问题
The method requery() from the type Cursor is deprecated 和
The constructor SimpleCursorAdapter(Context, int, Cursor, String[], int[]) is deprecated
怎么解决
[解决办法]
flag参数的值:
FLAG_AUTO_REQUERY
FLAG_REGISTER_CONTENT_OBSERVER
[解决办法]
另外使用cursorAdapter的必须 字段中有一个主键是 _id 这是必须的。