CHAPTER 5

image

Managing the Application Life Cycle

To make the most of Windows Store apps development, you must understand a lot of core concepts in order to have control over the behavior of your application. One of these is the application life cycle, which is a basic concept for writing a good application that resumes its state correctly when the user reopens an application after a suspension.

Dissecting the Application Life Cycle

The first step of the application life cycle, just after the user downloads it from the Windows Store, is the NotRunning state, which is also the starting state when your app is crashed or closed. In the NotRunning state, ...

Get Building Windows 8.1 Apps from the Ground Up now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.