Navigation in Windows Phone apps
Navigation in Windows Phone apps http://wtuts.me/Navigation #wpdev
Silverlight
To navigate to another page in a WP Silverlight app, using the following code.
To pass information between pages, save an object in a state like so,
On the navigated page in the constructor, use the following code to retrieve the object.
To view the pages in the back stack, use the following code.
To remove the previous page from the stack, which is useful after a user has logged in &…
View On WordPress











