I created two screens: A listview, showing entries from a collection, and a detailed view – showing one entry at a time from the same collection. I can easily go back and forth between listview and detail view but I want to allow users to navigate to the next or previous entry while on the detail page. Please see the screenshots below.
I was browsing the internet and the community for hours but could not find any easy-to-follow instructions – or any relevant snippets. I know it must have to do something with state management but I just cannot figure out how to implement it and get it to work. I am a beginner. Thanks for your help.