I am a little stuck at how to enable to following screen navigation:
User sees new posts since their last visit (new records in the database).
App shows 1 record per screen.
User can navigate next and previous.
I have invoked the list service, added the screen elements and mapped to the database fields.
Here is where I am stuck. How do I:
Allow user to navigate next and previous through records in the database?
Show only new records since their last logon?
Thank you