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
首页的三个RecyclerView是怎么实现下拉加载和预加载的。我现在很想实现这个效果,但是Kotlin不太懂。
The text was updated successfully, but these errors were encountered:
@returntoorigin 下拉加载是通过在RecyclerView外层嵌套SwipeRefreshLayout实现的,预加载通过监听RecyclerView的滑动实现的~
Sorry, something went wrong.
No branches or pull requests
首页的三个RecyclerView是怎么实现下拉加载和预加载的。我现在很想实现这个效果,但是Kotlin不太懂。
The text was updated successfully, but these errors were encountered: