title |
authors |
intro |
types |
categories |
published |
updated |
status |
Final Windows Phone Tools Released Plus Extra controls |
|
The final version of the Windows Phone developer t... |
|
|
2010/09/16 12:00:00 |
2010/09/16 13:00:00 |
archived |
The final version of the Windows Phone developer tools were released today you can download them here:
You will notice that some of the controls that were missing from the last release are now included:
| | Panorama
The panorama control allows the user to discover content by swiping through each screen. You can add as many Panorama Items (these are the pages) as you like but I would recommend having no more than 5 for performance and usability reasons. Another top tip is to align all of your content to the left with no indents... this way it will look just like the native applications on the phone. Use colour and size to give importance to items and ensure you use whitespace to let pictures and content breathe. |
| | **Pivot
**The pivot control is a little like the panorama control but instead of showing a small portion of the next screen to signify that there is more content, the titles of the pages are displayed at the top. The user navigates by either clicking these links or swiping the screen.
Pivots are useful in applications were you have 4 or 5 screens with a similar layouts or you want more screen real estate than the Panorama control provides. |
| | Map
This control was dropped from the last beta build, but it's back for the Final tools. If you need to add any mapping to your application then this control is perfect, not only has it been designed to work well with touch input on the phone but it's also really easy to add pin points, scroll to a specific locations and annotate.
You can no longer use a bing launcher task in the phone so if you need to add mapping ability then you will need to build a solution in your app using this control. |
| |
Indeterminate Progress Bar (that's the dot one)
Ok so this isn't a new control but lots of people missed this one in the beta version of the tools.
If you don't know how long a task is going to take, rather than using the standard progress bar you can use the Indeterminate progress bar. Just use a standard progress bar and change the IsIndeterminate property to true.
|
As well as the standard control set a Silverlight Toolkit for phone has also been released. Below is a list of the controls included
The toolkit also includes support for better more granular gesture support... So what are you waiting for? Go build some beautiful apps for launch and make some money :)