且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

经过对数据库的修改我如何刷新我的ListView?

更新时间:2023-10-07 21:14:04

摆脱 notifyDataSetChanged()并调用重新查询()在光标这里是证明这是一个示例项目。

Get rid of the notifyDataSetChanged() and call requery() on your Cursor. Here is a sample project demonstrating this.