Adrian Stoch
Posts: 0
Joined: Thu Jul 31, 2014 3:09 pm

Show only new records as 1 record per page with navigation

I am a little stuck at how to enable to following screen navigation:

  1. User sees new posts since their last visit (new records in the database).

  2. App shows 1 record per screen.

  3. 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:

  4. Allow user to navigate next and previous through records in the database?

  5. Show only new records since their last logon?

    Thank you

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Show only new records as 1 record per page with navigation

Hi Adrian,

1) Please check this section: http://devcenter.appery.io/documentat...

2) You could save the last log-in date (even better is to save the last date of viewing posts) and query only posts added after this date.

Return to “Issues”