android recyclerview加载更多按钮 [英] android recyclerview load more button

查看:254
本文介绍了android recyclerview加载更多按钮的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有一个教程/示例在recyclerview中包含加载更多"按钮? 在recyclerview中显示8个元素后,我需要添加一个按钮.用户可以单击此按钮来加载接下来的8个内容.

Is there a tutorial/example to include a load more button with recyclerview? I need to add a button after displaying 8 elements in the recyclerview. The user can click this button to load the next 8 contents.

推荐答案

将页脚视图添加到您的recyclerview中,其中包括加载更多"按钮.单击该按钮时,请求下一个8个项目.加载项目后,通知适配器.

Add a footer view to your recyclerview which includes Load More button. When clicking the button, make a request for next 8 items. After loading items, notify the adapter.

RecyclerView页眉和页脚

这篇关于android recyclerview加载更多按钮的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆