如何向 PagerAdapter 提供数据

发布于 2024-11-30 10:31:46 字数 463 浏览 0 评论 0原文

我正在使用 this 示例来使用 ViewPagerPagerAdapter。 但是,我如何向 PagerAdapter 提供来自像 CursorAdapter 这样的适配器的数据,我在其中使用 CursorLoader 加载数据?

ViewPager 上的 .setAdapter() 仅采用 PagerAdapter。然后我想我需要在 PagerAdapter 中绑定 CursorAdapter,但我找不到这样做的方法。

I am using this example to use a ViewPager and a PagerAdapter.
But how could I feed the PagerAdapter with data from a adapter like CursorAdapter where I load the data using a CursorLoader?

The .setAdapter() on the ViewPager only takes a PagerAdapter. Then I would guess I need to bind the CursorAdapter within the PagerAdapter, but I could not find a way doing this.

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

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

发布评论

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

评论(2

坏尐絯℡ 2024-12-07 10:31:46

这是一篇博客文章,我在其中提供了源代码CursorPagerAdapter 的代码,它可以完成您想要的操作。

Here's a blog post where I offer the source code for a CursorPagerAdapter which does what you appear to want.

放低过去 2024-12-07 10:31:46

您不需要 CursorAdapter,只需使用 Cursor 填充 PagerAdapter 中的视图即可。

You don't need the CursorAdapter, just use the Cursor to populate the views in the PagerAdapter.

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