如何在列表视图中从一页到另一页分页?

发布于 2024-11-05 02:03:24 字数 134 浏览 0 评论 0原文

我想知道如何在列表视图中从第一页到第二页进行分页,依此类推。我已经阅读了使用 Endless Adapter 的 abt,但这不是一个好主意,因为我的数据可能高达 1000。最好是按“下一步”按钮,我的列表视图将加载第二组数据。

提前致谢

I would like to know how to paginate in my listview from my first page to the second and so on and so forth. I have read abt using the Endless Adapter but that isn't a good idea since my data could go up to 1000. Preferably would be to press a 'Next' button and my listview would load the 2nd set of data.

Thanks in advance

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

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

发布评论

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

评论(1

素染倾城色 2024-11-12 02:03:24

只需清理列表并在单击按钮时用下一组数据重新填充即可。为列表添加限制,例如包含 20 或 30 个项目。

Just clean your list and refill it with the next set of data on the button's click. Add a constraint for your list to have, for example, 20 or 30 items.

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