在 Android 中将联系人数据与我的表连接

发布于 2024-12-05 08:37:26 字数 349 浏览 0 评论 0原文

我有一个表,其中包含由 LOOKUP_KEY 标识的联系人,我需要将其与系统联系人数据连接起来以获取真实姓名和照片。可以这样做吗?或者我必须读取每个联系人项目 CursorAdapter 的联系人数据并获取有关联系人的所需信息?

这个问题与: https://stackoverflow.com/questions/7222297/自定义联系人视图加入或组合联系人合同与 SQLite 表。 但就是没有回复。

I have table with contacts identified by LOOKUP_KEY and I need JOIN it with system contact data to get real name and photo. Is possible do this? Or I must read contact data for every contact item CursorAdapter and get required information about contact?

This question is related to:
https://stackoverflow.com/questions/7222297/custom-contacts-view-join-or-combine-contactscontract-with-sqlite-table.
But it's without reply.

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

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

发布评论

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

评论(2

荒路情人 2024-12-12 08:37:26

也许 CursorJoiner 可以解决问题?

Maybe a CursorJoiner would do the trick?

我家小可爱 2024-12-12 08:37:26

唯一的方法是通过 Content 读取数据Provider,并将其放入您自己的数据库中。然后您可以对数据执行 JOIN 查询。

The only way to do that is going to be to read the data through the Content Provider, and put it in your own database. Afterwards you can perform JOIN queries with the data.

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