Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a Windows Phone 7 reference application?

Are there any solid Windows Phone 7 reference applications that demonstrate core APIs and best practices for Windows Phone 7 + Silverlight?

Specifically, I think there are a few major concepts that are not well-documented or well-built-out. Rather than fall back to frameworks, I'd like to have a better understanding of how these should operate in Windows Phone 7.

  • Navigation - Navigating between pages, especially passing state information (like viewmodels)
  • MVVM - I know there are frameworks out there, but I'd like to see a clean reference implementation of it
  • Structure - I'm curious how best to organize the application, resources, etc.

Is there anything out there that really covers these concepts? I've reviewed countless web sites talking about them, but no one really seems to have elegant solutions.

like image 914
Ed Altorfer Avatar asked Sep 21 '10 22:09

Ed Altorfer


3 Answers

You might want to take a look at Windows Phone 7 Training Kit for Developers - RTM Refresh

General overview:

This Training Kit will give you a jumpstart into the new Windows Phone world by providing you with a step-by-step explanation of the tools to use and some key concepts for programming Windows Phones. This release the training kit is bigger than ever. With five new labs the kit has now a total of 12 labs

Also, there is a great set of article links compiled here - you can find WP7-related tutorials and step-by-step guides for various aspects of WP7 development.

like image 118
Den Delimarsky Avatar answered Sep 24 '22 08:09

Den Delimarsky


Although it is for the Beta release, I found the "Build a Newsreader" hands-on labs from the Swiss DPE Team to be handy in understanding the basics of design, handling data and push notifications. As mentioned by Dennis, I maintain a list of resources for Windows Phone 7 developers. You can follow the #wp7dev hash tag on twitter for the latest news and announcements on Windows Phone 7.

HTH, indyfromoz

like image 39
indyfromoz Avatar answered Sep 26 '22 08:09

indyfromoz


MSDN has a number of Code Samples for Windows Phone which explain many of the concepts and core controls you should understand when developing for the phone.

The Windows Phone 7 Training Kit for Developers also includes many complete examples which not only show how to develop for WP7 but also good ways to lay out and structure your apps.

There are also a number of apps (of varying quality) on codeplex that may also be of use/interest.

like image 43
Matt Lacey Avatar answered Sep 23 '22 08:09

Matt Lacey