oss2019 / instigo-android

InstiGo is an android app for the students and faculties of IIT Dharwad that provide a one stop solution for matters related to mess, academia and hostel.
https://oss2019.github.io
MIT License
7 stars 17 forks source link

Add Swipe down to refresh in Mess Feedback Status #11

Open sonusourav opened 5 years ago

sonusourav commented 5 years ago

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.

rob729 commented 5 years ago

@sonusourav I am working on this issue.

rob729 commented 5 years ago

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.

sonusourav commented 5 years ago

@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.

Sarthak2601 commented 4 years ago

Working on this issue.

gouri-panda commented 4 years ago

@sonusourav Can I work on this issue?

sonusourav commented 4 years ago

Go ahead.