scrollview嵌套recyclerview怎么上拉加载更多
1个回答
展开全部
* 类说明:下拉刷新上拉加载更多的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);
* 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);
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询