Continuing from Part 25, this lesson demonstrates how to utilize push notifications from Windows Notification Services to provide information or state updates from the cloud to the user on the Windows 8 start page. Windows Azure Mobile Services…
In this lesson, we use the ToggleSwitch WinJS control to capture a user's preference for how to deal with remembering the state of the app prior to it being terminated. We talk about the different special folders and objects we can use to save user data, and discuss roaming and how to utilize it in…
In this lesson, we learn how to add Settings pages to our project. These are used to respond to the Settings charm in Windows 8, and can be used for About pages, Preferences, or other related purposes.
In this lesson, Bob explains how Windows 8 manages the resources of the computer in regards to our apps. We learn how to respond to Suspend notifications from Windows 8 so that we can store state or data information and restore it when the app is re-launched. ApplicationExecutionState…
In this lesson, we learn how to respond to the user's request to search using the Search charm in Windows 8. We see all of the changes to our app that are automated by including a search results page template. We also demonstrate how to enable apps to provide spelling suggestions to items as the…