Lists are built dynamically, as you near the bottom of the list, more data is requested to build the list.
It is possible to both scroll/jump to the bottom of the list before more data has been requested/received - therefore making the user go back to the top of the initially requested list, when in fact they want to keep scrolling down through more data
Lists are built dynamically, as you near the bottom of the list, more data is requested to build the list.
It is possible to both scroll/jump to the bottom of the list before more data has been requested/received - therefore making the user go back to the top of the initially requested list, when in fact they want to keep scrolling down through more data
This gives a frustrating/poor user experience.