通知 SQLite 中的更改

发布于 2024-12-02 02:47:57 字数 188 浏览 0 评论 0原文

我已经创建了一个 SQLite DB(我尝试将其用作 contentProvider),需要您的帮助来指导我:

1)注册一个内容观察者(我不知道如何为我的数据库创建 URI)

2)在 DB 上像更新/删除行这样的更改,我想通知已注册到 DB 的 URI 的 contentObserver 。

这怎么能做到呢?

I have created a SQLite DB (which I am trying to use as contentProvider) and need your help to guide me on this:

1) Register a content observer (I don't know how to create URI for my Database)

2) on DB changes like update/delete row, I want to notify the contentObserver which has registered to URI of DB .

How can this be done?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

冰葑 2024-12-09 02:47:57

您需要扩展 ContentProvider 类来实现您的内容提供程序。

Android 文档将引导您完成必要的步骤,包括如何向 ContentObservers 发送信号:

http: //developer.android.com/guide/topics/providers/content-providers.html

You need to extend the ContentProvider class to implement your content provider.

The Android documentation walks you through the necessary steps including how to signal ContentObservers:

http://developer.android.com/guide/topics/providers/content-providers.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文