Page 1 of 1

Show only new records as 1 record per page with navigation

Posted: Mon Aug 18, 2014 11:09 am
by Adrian Stoch

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


Show only new records as 1 record per page with navigation

Posted: Mon Aug 18, 2014 12:14 pm
by Kateryna Grynko

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.