Chapter 4. Constructing a Multipage App

Now that we have the ability to save tasks in our to-do list application, it's time to build our display screen and add the ability to complete tasks. This will bring our to-do list application to the point that it can actually be used for creating, viewing, and completing tasks.

With data now being saved to the client-side database, let's create a display screen so that we can keep track of all those things we have to do (sigh). We are going to be working toward building a display that shows the next five things that need to be done (in due date) order.

Once we have done this, we will be at a point where our to-do list application has multiple screens. While we could implement these using separate HTML pages, ...

Get Pro Android Web Apps: Develop for Android Using HTML5, CSS3 & JavaScript now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.