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

support for endless scrolling #45

Closed
vipulasri opened this issue Aug 29, 2018 · 2 comments
Closed

support for endless scrolling #45

vipulasri opened this issue Aug 29, 2018 · 2 comments

Comments

@vipulasri
Copy link

There should be a class or code for implementing endless scrolling in this kind of layout manager

@alashow
Copy link

alashow commented Aug 29, 2018

See #4 and #12

@mck182
Copy link
Contributor

mck182 commented Aug 29, 2018

That would be the responsibility of the RecyclerView
and your Fragment/Activity; the layout manager should
not be involved with that. The solution posted in #4 is
a good example of how to achieve that.

@mck182 mck182 closed this as completed Aug 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants