如何在列表视图中从一页到另一页分页?
我想知道如何在列表视图中从第一页到第二页进行分页,依此类推。我已经阅读了使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需清理列表并在单击按钮时用下一组数据重新填充即可。为列表添加限制,例如包含 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.