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

OnScroll Listener For recyclerView #61

Open
epicadk opened this issue Oct 25, 2020 · 3 comments
Open

OnScroll Listener For recyclerView #61

epicadk opened this issue Oct 25, 2020 · 3 comments

Comments

@epicadk
Copy link
Contributor

epicadk commented Oct 25, 2020

Description

When a user scrolls and reaches the end of the restaurant RV make another request to display more restaurants.

@devansh-299
Copy link
Owner

@epicadk Zomato API only provides at max 20 restaurants, so I don't think pagination is really needed. But yeah we can add this functionality for learning purposes

@epicadk
Copy link
Contributor Author

epicadk commented Oct 26, 2020

@epicadk Zomato API only provides at max 20 restaurants, so I don't think pagination is really needed. But yeah we can add this functionality for learning purposes

Start parameter specifies offset

@devansh-299
Copy link
Owner

@epicadk Zomato API only provides at max 20 restaurants, so I don't think pagination is really needed. But yeah we can add this functionality for learning purposes

Start parameter specifies offset

Oh, okay. Then try implementing using these.

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