Showing posts with label Windows Phone. Show all posts
Showing posts with label Windows Phone. Show all posts
Thursday, July 26, 2012
Application Lifecycle: PART 3
Model
execution on a Windows Phone has a complete cycle, from when the application is
launched until it is deactivated.
Several
terminologies we should get familiar with in order to understand the aspects of
execution model on Windows Phone application.
1.
TombstoningA procedure in which the operating system deactivates the application process as users exits the application. Operating system preserves any information about the application’s state. When the application is re-launched, the operating system restarts the process and sends the last known state from before the application was turned off.
2. Page State
A state regarding the application page. It includes scroll positions or text field contents. Modifications to this state is done by overriding OnNavigatedTo or
OnNavigatedFrom methods.
Tuesday, July 24, 2012
Sunday, July 22, 2012
Subscribe to:
Posts (Atom)



