Displaying the data in HTML

As you may recall from Designing an application, generating static Web pages would require 102 on-device pages to display the data for a 100-person employee directory. Because the data for the employee list now resides in an on-device database, you only need to create three pages:

  • A list page

  • A detail template page

  • A new employee form


Creating the list page
Creating the detail template page
Creating the new employee form