Application States in Windows Phone 8

The Windows Phone 8 supports 2 different types of Application states

  • Transient
  • Persistent

The transient state is stored at the application level and is discarded when the application is terminated. The developers can utilize the PhoneApplicationService.State and PhoneApplicationPage.State to store the transient state data.

The Persistent State is generally saved to the isolated storage and is available when the application launches.