InterviewSolution
| 1. |
What Is Suspension Manager In Windows Phone 8.1? |
|
Answer» It is a KIND of helper class and PROVIDES the NECESSARY properties and methods to load and store the state when the windows phone store app is terminated. Note: This class is automatically ADDED to the solution if we use the Hub App, Grid App, and Split App project template or add to an existing project a BasicPage or any other Page ITEM template other than BlankPage. It is a kind of helper class and provides the necessary properties and methods to load and store the state when the windows phone store app is terminated. Note: This class is automatically added to the solution if we use the Hub App, Grid App, and Split App project template or add to an existing project a BasicPage or any other Page item template other than BlankPage. |
|