Is there a way to display a certain number of list items from a list (preferably the lastest 5) and then there’s a ‘see more’ button to see the whole list on a separate screen? I think it might help me with performance issues on the screen where I am having multiple horizontal lists.
Yes, just order the list by latest first, and choose 5 for the limit on the list. Have a see more button underneath which navigates to another screen (with no transition to make it look clean), and have this page have a full list.
Thanks for the quick reply. I am unable to put a see more button which appears at the end of the list. Also, while sliding horizontally the see more button is visible between the gaps.