Open sonusourav opened 5 years ago
@sonusourav I am working on this issue.
I don't think swipe down to refresh will be required here because you are using the realtime database from firebase and it automatically updates to a new entry in the table.
@rob729 what I meant was when you open the activity, the mess feedback items are fetched all at once and then displayed. What I suggest is first fetch 10 or 15 and display it, while caching few others in the meantime. Then the user won't have to wait till all the items are loaded and will provide good user experience.
Hope I was able to explain to you. If not let me know.
Working on this issue.
@sonusourav Can I work on this issue?
Go ahead.
Is your feature request related to a problem? Please describe. All the mess feedback status loads at once.
Describe the solution you'd like Swipe down to refresh should be implemented which will save memory and enhance speed.