Android 内容观察器
我有一个生成 ListView 的游标“c”。内容提供程序确保只要底层数据发生变化,ListView 就会得到更新。但是,我想另外调用另一个函数来在每次绘制列表视图时更新我的页眉/页脚视图。
如何使用 ContentObservers 来实现这一点?
I have a Cursor 'c' that generates a ListView. The Content Provider ensures that the ListView gets updated whenever the underlying data changes. However, I want to additionally make a call to another function to update my Header/Footer views everytime the listview is drawn.
How does one implement this with ContentObservers?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)