We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
listView.startLoadMore(); // 开启LoadingMore功能 这个startLoadMore功能开启以后会造成死循环;建议去掉自动加载更多的功能;因为这会在没有新的数据情况下不停的访问接口的死循环;给系统资源造成不必要的浪费; 建议加载更多的逻辑还是和 下拉刷新的逻辑一样,由用户向上拖动一定距离后触发一次加载更多的监听事件;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
listView.startLoadMore(); // 开启LoadingMore功能
这个startLoadMore功能开启以后会造成死循环;建议去掉自动加载更多的功能;因为这会在没有新的数据情况下不停的访问接口的死循环;给系统资源造成不必要的浪费;
建议加载更多的逻辑还是和 下拉刷新的逻辑一样,由用户向上拖动一定距离后触发一次加载更多的监听事件;
The text was updated successfully, but these errors were encountered: