APP-737T - Metro style apps using XAML - what you need to know Refer: http://channel9.msdn.com/Events/BUILD/BUILD2011/APP-737T This session talking about XAML for Metro style application implement. Focus on XAML for C/C++/C#/VB on Metro style application development. Consistent with WPF and silverlight New in Windows 8 Metro 1. New look and support for touch 2. Deployment by Windows Store 3. Tile –> splash screen to application New XAML UI Control 1. Build in “Grouping” 2. Windows 8 look and feel and its “selection model” 3. Media player on Metro Style 4. Grid view and Flip view 5. Application Bar: Swipe from bottom/top to display 6. Manipulation and gestures: It could handle rotation on Button_Clicp event. Metro Style App Concept 1. Diversity of display and resolution 2. Layout changed 1. Snapped(small one on split), Filled (big one on split) and Full Screen 2. It could be tested on simulator on VS2011 CTP. Metro...
BPS-1006 Tools for building Metro style apps Refer video: http://channel9.msdn.com/Events/BUILD/BUILD2011/BPS-1006 Note: It is introduction of VC2011, here is some major demo topic as follows: Auto spell which is powerful with Visual Assist Auto spell, finding related function and method. It is easy to go. JS debugging: It is cool to have debugger for JS which also support all debugging window (variable, watch…) Parallel stack debugging windows: It has visualization debugging tab for parallel which could show currently threading and each thread dependency. RT XAML editor: During debugging you also could editing XMAL code by select on UI or select on code segment to show UI change on fly. Simulator debugger: I think it is very cool stuff for me such we don’t have multiple touch panel on hand but we need implement some related to “Share”, “Search” which need finger slip. It also provide “finger”, “rotate”, “zoom” and it...
如何開發第一個WP7的程式(MSDN): http://msdn.microsoft.com/library/gg680270(v=pandp.11).aspx
WP7開發軟體下載(官方) Microsoft Visual Studio 2010 Express for Windows Phone: http://www.microsoft.com/visualstudio/en-us/products/2010-editions/windows-phone-developer-tools (約有400MB)
Windows Phone 7 智慧型手機應用程式開發總覽: http://msdn.microsoft.com/zh-tw/windowsphone/ff955778
許多範例程式~ 並且有相關教學: http://msdn.microsoft.com/en-us/library/ff431744(VS.92).aspx (08/24更新)
Windows Phone 7 SDK RC http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=27153 (約有500MB, 08/25更新)