-
-
Notifications
You must be signed in to change notification settings - Fork 102
Tombstoning Sample
Area | Submitted | Type |
---|---|---|
Games: Data Management, Performance & Optimization | 11/19/2010 | Code Sample |
To help ensure that the user experience is fast and responsive, Windows Phone prioritizes the application running in the foreground and will typically tombstone an application when the user navigates away. If your application is reactivated after being tombstoned, it's important to restore the visual state of your application so that the user experience is that of returning to a running application. It's also important that application state be restored in a way that doesn't delay the load time of the application. This sample shows how to restore the visual state of a page and also restore application data when an application is reactivated after tombstoning.
For more information on how this sample works, see How to: Preserve and Restore Page State for Windows Phone and How to: Preserve and Restore Application State for Windows Phone.
All content and source code downloaded from this page are bound to the Microsoft Permissive License (Ms-PL).
Download | Size | Description |
---|---|---|
TombstoningSample | 0.05MB | This sample shows how to restore the visual state of a page and application data when an application is reactivated after tombstoning. |
TombstoningSample.zip | 0.05MB | This sample shows how to restore the visual state of a page and application data when an application is reactivated after tombstoning. |