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

关于列表加载更多失败的情况处理 #33

Closed
magic0908 opened this issue May 10, 2018 · 1 comment
Closed

关于列表加载更多失败的情况处理 #33

magic0908 opened this issue May 10, 2018 · 1 comment

Comments

@magic0908
Copy link

首先感谢楼主提供这样的学习demo,不过我觉得有些地方可以优化一下。
比如列表加载更多失败,你目前的处理都是统一显示失败的view,这样之前的内容就被挡住了,体验不是那么好。我觉得可以用BaseQuickAdapter的加载更多监听,正在加载更多失败的时候,列表底部显示加载失败,点击可以重新加载,前面的内容不至于被覆盖。

@JsonChao
Copy link
Owner

Thank your issue, 列表加载更多失败时已取消显示ErrorView,目前只在第一次加载失败时做显示ErrorView的处理,对于刷新和加载更多监听,已全局采用SmartRefreshLayout的监听处理了~

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

2 participants