Part 24: Lifetime Management - Saving and Restoring State




Windows Store apps for Absolute Beginners with C# (MP4) - Channel 9 show

Summary: 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