Graphics Programs Reference
In-Depth Information
Application States and Transitions
In Homepwner , BNRItem s are archived when the application enters the background state .
It is useful to understand all of the states an application can be in, what causes them to
transition between states, and how your code can be notified of these transitions. This in-
formation is summarized in Figure 14.5 .
Figure 14.5 States of typical application
When an application is not running, it is in the not running state, and it does not execute
any code or have any memory reserved in RAM.
After the user launches an application, it enters the active state . When in the active state, an
application's interface is on the screen, it is accepting events, and its code is handling those
events.
 
Search WWH ::




Custom Search