Part 24: Lifetime Management - Saving and Restoring State
Update: 2012-10-26
Description
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.
Resources
- ApplicationExecutionState enumeration
- Supporting your app with background tasks
- Download the entire series' source code

Comments
In Channel