1 / 21

Building Windows Metro style apps in C ++/XAML

TOOL-479T. Building Windows Metro style apps in C ++/XAML. Vikas Bhatia, Joanna Mason Program Managers Microsoft Corporation. Agenda. What’s new for C++ development in Windows 8 Designing XAML UI Developing with C++ Understanding the lifecycle of a Windows 8 app in VS Express

keisha
Download Presentation

Building Windows Metro style apps in C ++/XAML

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. TOOL-479T Building Windows Metro style apps in C++/XAML Vikas Bhatia, Joanna Mason Program Managers Microsoft Corporation

  2. Agenda • What’s new for C++ development in Windows 8 • Designing XAML UI • Developing with C++ • Understanding the lifecycle of a Windows 8 app in VS Express You’ll leave with an understanding of how to • Use C++/XAML to build your apps • Use VS Express for Windows 8 development

  3. demo Magical Music

  4. Why C++/XAML for the Magical Musicapp? • Unique, differentiated experience • Pleasing Ux • Great performance

  5. The Team! • Joanna Mason • UI developer extraordinaire • Vikas Bhatia • Hacker beyond compare

  6. Designing Magical Music

  7. XAMLbenefits • For WPF, SL and Windows Phone developers • Utilize current skills • Reuse compatible assets • For those new to XAML • Powerful declarative programming model • Separation of UI layer and application logic • Expressive: Controls, layout, vector drawing • Comprehensive : Styles, templates, data binding, animation • Extensible : Custom controls

  8. Visual Studio Designer • Available today! • Core authoring UI now shared with Expression Blend • Key features • Object creation • Layout • Property editing • Create and reuse resources • Configurable design-time workspace • XAML editor and IntelliSense

  9. demo Designing Magical Music

  10. Benefits of the designer • Work visually when it makes sense • Fine-tune layout • Experiment with property settings • Edit document hierarchy • Edit XAML directly for precise control of markup • Flexible design-time environment • Ensure consistency by using Resources

  11. Developing Magical Music

  12. C++ for the Windows 8 runtime • Set of language extensions and libraries to allow direct consumption and authoring of Windows runtime types. • Strongly-typed system for Windows runtime • Automatically reference counted • Exception-based • Deep integration with STL • Well defined binary contract across module boundaries

  13. demo Developing Magical Music

  14. C++: First class support for Metro style apps • XAML designer • C++ to access the Windows runtime • Async nature of APIs • IDE improvements • Local, simulator and remote debugging • Package your apps • Code Analysis

  15. Other new areas for C++ developers • Accelerated Massive Parallelism (AMP) • Localization • Unit testing • Profiling

  16. Related sessions • 741: Make Your App Stand out with XAML and Windows 8 • 504: A deep dive into VS Express for designing Metro style apps • 532: Using the Windows Runtime from C++ • 845: Tips and Tricks for Development Metro style Apps using C++ • 802: Taming GPU Compute with C++ AMP • 100: Native code analysis • 528: XAML/C++ localization • 789: Chalk Talk: Bringing Existing C++ Code into Metro style Apps • 690: Chalk TalkUnder the Covers with C++ for Metro style Apps

  17. Calls to Action • Download Visual Studio update • Fixes an issue where the mouse drag operation does not terminate when using the designer. • Download from here • Participate in C++/XAML UX Study • La Jolla 4th floor of Hilton

  18. Documentation and articles • Building your first Windows Metro style app • Roadmap for creating Metro style apps • Tour of the IDE • XAML designer • C++ Reference for Windows Runtime • Windows Runtime Components in C++

  19. Contact • Vikas Bhatia: vbhatia@microsoft.com • Joanna Mason: joamason@microsoft.com

  20. © 2011 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

More Related