-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
为何loadmore出不来? #9
Comments
能提供点详细的描述吗? |
list_order.setLoadMoreFooter(loadMoreView); 实际数据只有10条,也正确显示出来了。但是Loadmore就是出不来,也不报错 |
list_order.setLoadMoreCount(1000); |
把setLoadMoreFooter去掉试试看呢? |
setLoadMoreFooter去掉了 还是不行,奇怪了~ |
方便把代码给我看下吗? |
当然可以,怎么给你呢? 发你邮箱? |
你把代码贴在这里就好了 |
@OverRide
@OverRide
代码有点多,我就贴了2段和这个有关系的 |
你把 mPtrrv.setPagingableListener(new PullToRefreshRecyclerView.PagingableListener() { 注释掉看下LoadMoreView会不会出来 |
还是不行,能否将整个项目打包发给您看看,可以吗? |
发我邮箱,我有时间帮你看下 |
我也遇到了这个问题,请问怎么解决? |
以下是我遇到的情况:初始数据貌似要10条,才能加载更多。。。9条数据就不行 |
可以调用接口setLoadMoreCount方法自定义加载更多数据的限制 |
No description provided.
The text was updated successfully, but these errors were encountered: