摘要: 也许很多人使用ContentProvider 的时候可能会遇到 notify无法刷新UI的问题。。。。其实诀窍在于 setNotificationUri比如我们一个query语句,想要在insert的时候调用的notifychange刷新,则需要在query 得到的cursor 中设置cursor.setNotificationUri(Uri, null); 阅读全文
posted @ 2012-02-22 12:02 pandans 阅读(284) 评论(0) 推荐(0)