Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to store data when in Deactivated Event for Windows phone 7

When user click the Bing Search button, this will cause Deactivated event. So, I have these questions.

1) When user press Bing Search Button, How to I store the data. What type of Data can be stored and What to use to store?

How do I store stream type data?

2) When user Click Back Button after pressing Bing Search Button, this will reActivate ? What event will this be and How do I get back the data that I store in (1)?

Thanks

like image 200
MilkBottle Avatar asked Feb 24 '11 11:02

MilkBottle


1 Answers

Jeff Prosise's Real-World Tombstoning in Silverlight for Windows Phone 7 will tell you everything you need to know about tombstoning:

  • Part 1
  • Part 2
  • Part 3
  • Part 4
like image 98
Derek Lakin Avatar answered Nov 07 '22 12:11

Derek Lakin