如何处理CursorAdapter和切换联系人API?

发布于 2024-09-30 10:57:38 字数 84 浏览 4 评论 0原文

有人尝试过将 CursorAdapter 与旧的和新的 api 一起使用吗?

您有此类解决方案的一些代码示例吗?

Does anyone tried to use CursorAdapter with old and new api?

Do you have some code examples of such solutions?

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

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

发布评论

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

评论(1

皇甫轩 2024-10-07 10:57:38

有人尝试过将 ContactAdapter 与新旧 API 一起使用吗?

Android SDK 中没有 ContactAdapter 类,因此我不确定您在这里指的是什么。

您有此类解决方案的一些代码示例吗?

这里是一个示例,显示使用条件类加载来填充基于旧版或新版 API 的 SimpleCursorAdapter,具体取决于您运行的 Android 版本。

Does anyone tried to use ContactAdapter with old and new api?

There is no ContactAdapter class in the Android SDK, so I am uncertain what you are referring to here.

Do you have some code examples of such solutions?

Here is an example that shows using conditional class loading to populate a SimpleCursorAdapter based for either the old or new API depending on the version of Android that you are running.

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