In a networked XNA WP7 game, I want to notify the server when the game gets deactivated, e.g., when I press the search button during the game. The game uses HTTP requests for networking and it seems l
WP7 newbie here.. In my application, I am using embedded web browser control to load an external web page.
i want to know what are your strategies for saving state in a windows phone 7 (wp7) app. when i say state, i mean the model-view state of each page in the stack.
i am currently working on handling tombstoning for my app. to tombstone my app, i navigate 2 pages into my app (from the first page). i then hit the home button, then i hit the back button to get back
I am running very basic xml reader and I pass some data to the details page by using: private void HaberlerListBox_SelectionChanged(object sender, SelectionChangedEventArgs e)
Lets assume I have two pages MainPage and DetailsPage. In details page user hits on start 开发者_JS百科button then hits on the back button to get to the Previous Page. And If we don\'t have tombstone
I have a databound xml reader. MainPage is connected to DetailsPage: When user clicks on the name in Main Page, She gets the details of this name (Age, Gender, Date of Birth etc.) in the DetailsPage.
I\'m upgrading a 1.0 WP7 application to CM 1.1. Among other stuff, I\'m removing the old attribute-based tomb开发者_如何学JAVAstoning and implementing storage classes.
i\'ve just run into the infamous tombstoning problem/issue in WP7. let\'s say i have 3 pages, FirstPage.xaml, SecondPage.xaml, and ThirdPage.xaml. the natural flow will be:
I have an ap开发者_JAVA技巧p that I have been developing that can display sensitive user data. When the user backgrounds the app, the OS appears to take a screenshot of the app as it was running, an