Chris Koenig has published part 3 of 3 from his series on Windows Phone 7 and this last post is all about navigation.
Out of the box, the Windows Phone 7 tools give you a pretty good starting place for your application. The List template is based on the MVVM pattern, includes some sample code to help you better visualize your solution, and two pages to get you started: main page (list of items) and details page (details for an item). In this post we’ll explore the page navigation options available to the WP7 developer, starting with the OOB experience.
But first you may want to take a look at the previous two parts from the series:
- Developing for Windows Phone 7
- WP7 Part 2 – Working with Data