scrollview嵌套recyclerview怎么上拉加载更多

 我来答
raw296
2016-11-29 · 超过188用户采纳过TA的回答
知道小有建树答主
回答量:350
采纳率:25%
帮助的人:270万
展开全部
* 类说明:下拉刷新上拉加载更多的RecyclerView
* Author: gaobaiq
* Date: 2016/5/9 18:09
*/
public class PullRefreshRecyclerView extends PullRefreshView {

/**
* 内置的RecyclerView;
*/
private RecyclerView mRecyclerView;

/**
* 可见的最后一个item
*/
private int lastVisibleItem;

/**
* 可见的第一个item
*/
private int firstVisibleItem;

/**
* 空数据提示布局容器
*/
private LinearLayout mEmptyLayout;

/**
* 是否自动上拉刷新
*/
private boolean isAutomaticUp = false;

public PullRefreshRecyclerView(Context context) {
this(context, null);
本回答被网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式