Skip to content
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

startLoadMore(); // 开启LoadingMore功能 逻辑问题!? #30

Open
zyoo5 opened this issue Feb 3, 2016 · 0 comments
Open

startLoadMore(); // 开启LoadingMore功能 逻辑问题!? #30

zyoo5 opened this issue Feb 3, 2016 · 0 comments

Comments

@zyoo5
Copy link

zyoo5 commented Feb 3, 2016

listView.startLoadMore(); // 开启LoadingMore功能
这个startLoadMore功能开启以后会造成死循环;建议去掉自动加载更多的功能;因为这会在没有新的数据情况下不停的访问接口的死循环;给系统资源造成不必要的浪费;
建议加载更多的逻辑还是和 下拉刷新的逻辑一样,由用户向上拖动一定距离后触发一次加载更多的监听事件;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant