JavaScript Part 2: Manage app lifecycle and state

This is the third video in a 3-part series designed to build your first Windows Store app. In this video, you'll learn how about PageControl objects, how to build a navigation app, how to handle page-to-page navigation, and how to add an app bar.
[00:22] Step 1: Create a new navigation app in Visual Studio
[03:19] Step 2: Copy your HTML and CSS content from your "Hello World" app
[06:35] Step 3: Copy your event handlers
[11:11] Step 4: Restoring the app's state
[16:09] Step 5: Add another page
[17:08] Step 6: Use the navigation function to move between pages
[21:12] Step 7: Add an app bar for additional navigation
Can we expect Part 4 about how to populate the app with custom data (in JSON, for instance) and how to customise it?