Microsoft
70-484 · Question #10
You need to ensure that resuming the app displays the required information. From which ApplicationExecutionState enumeration should you configure the user interface state?
The correct answer is C. Suspended. From scenario: The app must meet the following technical requirements: - Preserve user state and photo edits when switching between this app - When the app resumes after a period of suspension, refresh the user interface, tile images, and data with current information from the we
Develop Windows Store Apps
Question
You need to ensure that resuming the app displays the required information. From which ApplicationExecutionState enumeration should you configure the user interface state?
Options
- ATerminated
- BNotRuntiinq
- CSuspended
- DRunning
- EClosedByUser
How the community answered
(31 responses)- A3% (1)
- B3% (1)
- C71% (22)
- D6% (2)
- E16% (5)
Explanation
- From scenario: The app must meet the following technical requirements: - Preserve user state and photo edits when switching between this app - When the app resumes after a period of suspension, refresh the user interface, tile images, and data with current information from the web Switching between apps suspends the app.
Topics
#app lifecycle#ApplicationExecutionState#suspend resume#execution state
Community Discussion
No community discussion yet for this question.