我需要知道,添加值时,SimpleCursorAdapter
有任何提醒功能吗?我想要的是
MainActivity
,与ListView
集成
SimpleCursorAdapter
通过后台服务添加了数据。 ListView
并希望
知道增加了多少新值。 (不想使用通知)。就像AddAll()
的{{1}}和notifyDataSetChanged()
一样。
有可能吗?
答案 0 :(得分:1)
执行此操作以在数据库上设置内容观察器并使用CursorLoader异步加载数据的最佳方法。
答案 1 :(得分:0)
在添加新记录时请求新光标
专利:
requery()
This method was deprecated in API level 11. Don't use this. Just request a new cursor, so you can do this asynchronously and update your list view once the new cursor comes back.