-
Notifications
You must be signed in to change notification settings - Fork 124
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
Implement pagination in the RSS feed screen. #194
Comments
@DivS-15 this looks like a great enhancement. You can start working on it. I will assign the issue to you. |
Hey anyone working on this? i can work i have used pagination in my projects! |
Hello @dawarepramod4 please go ahead. I will assign this issue to you. |
Hey @dawarepramod4, are you still working on this? If not, please assign this issue to me. |
Yes I am working on it.I was quite busy.. and also |
Hey @dawarepramod4 Are you still working on this ? If not ,Please Can I work on it ? |
Sure you can I am still not able to find time to complete it.... |
@dawarepramod4 Do I have to get first assigned to work on it or I can complete the work directly ? |
You can start working .... whenever someone see you are working on it... He/she will assign it to you.... Just add message here |
@Akshatji800 can I work on this issue if no one is working on it ?? |
Problem description
Sometimes, the user can request ‘n’ no. of torrents to be displayed in the feed. In this scenario, loading all the list items at once causes the UI to lag.
Solution
We can lazily load the list items in chunks instead of all at once. This is commonly known as pagination. Several optimizations can be made as follows:
Implementation
We can use a paging library to fetch chunks of data, by their page keys. https://pub.dev/packages/infinite_scroll_pagination.
Are you working on this? (Yes/No)
Yes.
This is what the UI would possibly look like ------------------
The text was updated successfully, but these errors were encountered: