Is there something similar to android:stateNotNeeded for Windows-phone-7 app(XAML)
Is there something similar to android:stateNotNeeded for Windows-phone-7 app(XAML)
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Windows Phone abides to a different set of state saving rules compared to Android. Read up on tombstoning. The SDK itself does not offer a flag that lets you ignore the current state because in most cases it is the developer’s job to organize the state storage.