I understand the different application events and storing transient data and so forth. However, something that is eluding me is why, for example, when I exit with the start button, then come back in with the back button, most pages are blank, but some aren't.
For example, my MainPage and DetailsPage are blank, I can't navigate using the back button, but the application bar works, though I can't navigate to another page. However, the DictionaryPage works fine.
I could understand if it was something relying on, say, a list of data being persisted, but that's not the case.
Thanks for the help.
Michael DiLeo