Metro style apps using XAML: What you need to know

Slides:



Advertisements
Similar presentations
MIX 09 4/15/ :14 PM © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Advertisements

Interactivity Navigating a data model Working with large quantities of data Entry Editing and adding data User feedback and validation Presentation.
Multitenant Model Request/Response General Model.
Session 1.
Built by Developers for Developers…. © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names.
Feature: Print Remaining Documents © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or.
© 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or.
Feature: Customer Combiner and Modifier © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are.
© 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or.
demo Instance AInstance B Read “7” Write “8”

customer.
demo © 2008 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names.
demo Demo.
Building Windows Runtime Components in C++ Harry Pierson Program Manager, Windows Runtime Experience Team Microsoft Corporation.
demo QueryForeign KeyInstance /sm:body()/x:Order/x:Delivery/y:TrackingId1Z
© 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks.
© 2008 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or.

demo User Signs Up Temporary Account is Created with Verification Link Sent User Clicks Link Account is Activated Login.Register(userName,
DoRon Motter Development Lead Microsoft Corporation
Building world-ready Metro style apps with XAML
50 Performance Tricks to Make your HTML5 apps and sites Faster
6/10/ :23 PM TOOL-504T A deep dive into Visual Studio 11 Express for designing Metro style apps using XAML Joanna Mason & Unni Ravindranathan Program.
Platform for Metro Style Apps
Build data-driven collection and list apps using XAML
Building a great Metro style device app for your printer
Manual testing of Windows Metro style apps built using HTML
Building beautiful and interactive apps with HTML5 & CSS3
Reaching more customers with accessible Metro style apps using HTML5
Create Metro style apps quickly with built-in controls
Using the Windows Runtime from JavaScript
Tim Heuer Program Manager Microsoft Corporation
Building modern web applications with Visual Studio and Web Essentials
Tips and tricks for developing Metro style apps using XAML
Metro style apps using XAML: Make your app shine
Deep dive on app data roaming
Title of Presentation 12/2/2018 3:48 PM
Build /2/2018 © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Search: integrating into the Windows 8 search experience
Windows Runtime internals: understanding "Hello World"
Build polished collection and list apps in HTML5
The lifetime of XAML text: from input to display through printing
Quality & Performance for XAML Apps
Customizing WPA Trace Views
Windows Phone application performance and optimization
Bring apps to life with Metro style animations in HTML5
Reach a worldwide audience by building a world-ready app
Introducing Metro style device apps
Create experiences that span devices
Introduction to the new WPA user interface
Platform for Metro style Apps
Using Windows Runtime and SDK to build Metro style apps
Create rich, data-driven Web apps with ASP.NET 4.5 Web Forms
Build /10/2019 © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
8/04/2019 9:13 PM © 2006 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
4/20/2019 Share © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or.
Виктор Хаджийски Катедра “Металургия на желязото и металолеене”
Under the hood: Installation and updates for Metro style apps
Introducing the Windows Store
Build /4/ Diagnosing issues with Windows Phone 8.1 JavaScript apps using Visual Studio Andy Sterland Senior Program
Leveraging existing code in Metro style apps
Шитманов Дархан Қаражанұлы Тарих пәнінің
Designing great reading experiences
The complete developer's guide to the SkyDrive API
Build /20/2019 © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Title of Presentation 5/24/2019 1:26 PM
Bringing existing managed code into Metro style apps
Presentation transcript:

Metro style apps using XAML: What you need to know APP-737T Metro style apps using XAML: What you need to know Joe Stegman Group Program Manager Microsoft Corporation © 2010 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.

XAML, C#, VB and C++ developers: Welcome to Metro style app development.

Agenda Welcome and Recap Using XAML UI in your Metro style app Metro style app concepts XAML developers should know You’ll leave understanding New concepts for XAML developers building Metro style apps

Windows Core OS Services Metro style Apps Desktop Apps View XAML HTML / CSS HTML JavaScript Model Controller C C++ C# VB JavaScript (Chakra) C C++ C# VB Session Focus WinRT APIs Communication & Data Graphics & Media Devices & Printing System Services Application Model Internet Explorer Win32 .NET / SL Core Windows Core OS Services

Keynote Recap XAML UI developers are Metro style app developers Existing XAML assets and knowledge carry forward XAML and C++, like peanut butter and chocolate

More Details Base controls and control model support: Same control model supported in Silverlight and WPF Animations, Visual State Manager (VSM) and Parts model Content and item controls Data binding, change notification, value converters C++, C#, VB: first class programming languages for XAML XAML controls are “native” WinRT APIs

Something old, something new… 11/24/2018 10:11 AM demo Something old, something new… © 2010 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.

What’s New C++ APIs Metro style look and feel Updated to support both touch and mouse New namespace (base is Windows.UI.Xaml) New controls The Windows Runtime Deployment (the Windows Store) APIs targeted at Metro style app development

What’s New: App UX Design Touch and Mouse Mouse

demo Metro style UI 11/24/2018 10:11 AM © 2010 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.

Metro style App UI with XAML

User Interface (UI) in a Metro style App Tile -> Splash Screen -> App (App UI) XAML UI Starts Here

In-box Controls for Metro Style Apps List Box Hyperlink Checkbox Progress Bar Text Box Password Progress Ring Tooltip Grid View Button Flip View Combo Box Scroll Bar Context Menu Slider Toggle Switch Semantic Zoom Panning Indicator Navigation List View Web View Radio Button Clear Button Reveal Button Spell Checking © 2010 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.

New XAML UI Controls (ListView, GridView) List controls with distinct Windows 8 “feel” Designed for touch Support Windows 8 selection models UI and Data Virtualization Built in grouping

Metro style UI with GridView 11/24/2018 10:11 AM demo Metro style UI with GridView © 2010 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.

New XAML UI Controls (Continued) MediaPlayer ToggleSwitch ProgressRing FlipView JumpViewer Semantic Zoom Control Supports 2 Levels

Metro style UI with FlipView 11/24/2018 10:11 AM demo Metro style UI with FlipView © 2010 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.

New XAML UI Controls (ApplicationBar) Contains UI for app commands Persistent, light dismiss or time dismiss Swipe in from top/bottom to display ApplicationBar

11/24/2018 10:11 AM demo Demo App Bar © 2010 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.

Additional Features CPU Independent and Windows 8 Animations Nine grid support in Image Manipulations and gestures Multi-column text display

Designing for ALL PCs, Windows Integration and App Lifecycle Metro style App Concepts Designing for ALL PCs, Windows Integration and App Lifecycle

Diversity of Displays, Resolutions, Densities Pixel Density Snap, Filled and Orientation Screen Size

Detecting Screen Resolution Current Resolution: Window.Current.Bounds Event: Window.Current.SizeChanged 1366x768 1920x1080

Detecting Orientation Current (Namespace: Windows.Graphics.Display) DisplayProperties.CurrentOrientation Event: DisplayProperties.OrientationChanged Portrait Landscape

Detecting Layout Current (Namespace: Windows.UI.ViewManagement) Event: ApplicationLayout.Value Event: ApplicationLayout.GetForCurrentView().LayoutChanged Snapped Filled Full Screen

demo Demo Snapped View 11/24/2018 10:11 AM © 2010 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 Details Test using the Simulator in Visual Studio See Session APP-847T (Tim Heuer) Reach all your customer's devices with one beautiful XAML user interface Covers handling Pixel Density Outlines techniques: Visual State Manager, Layout, Views

Windows Integration Covered in detail in other sessions Search: See APP-406T, APP 741T Share: See APP-405T, APP 741T Devices: See APP-788T, APP-914T Settings: See the XAML Hands On Labs

Capabilities Specified in the Application Manifest Declare an Apps intent towards system resources

Metro Style App Process Lifetime Foreground App is Active Background Apps Suspended Apps are notified Apps may be Terminated Apps are not notified

More Details on App Lifetime Events: Application.Current.Suspending Application.Current.Resuming Save state on Suspend Restore store on Activate For more details see Marco Matos and Ben Srour’s sessions

Have Fun building Metro style Apps and send us your feedback.

Related sessions XAML Related Sessions [APP-741T] Metro style apps using XAML: Make your app shine [APP-494T] Stand out with styling and animation in your XAML app [APP-517T] Build polished collection and list apps using XAML [APP-503T] Make great touch apps using XAML [TOOL-515T] Tips and tricks for developing Metro style apps using XAML [APP-912T] Build data-driven collection and list apps using XAML [APP-788T] Integrating stunning media experiences in XAML [APP-914T] The lifetime of XAML text: from input to display through printing [APP-847T] Reach all your customer's devices with one beautiful XAML user interface

Related sessions XAML Chalk Talks [APP-528C] Build world-ready Metro style apps using XAML [APP-542C] Build accessible Metro style apps using XAML Other Related Sessions [APP-409T] Fundamentals of Metro style apps: How and when your app will run [APP-396T] Using tiles and notifications

Further reading and documentation Metro style app Dev Center Links Learn to build Metro style apps Metro style app samples Building your first Metro style app with C#, C++, and Visual Basic Developing basic Metro style apps with C#, C++, and Visual Basic

thank you Feedback and questions http://forums.dev.windows.com Session feedback http://bldw.in/SessionFeedback

11/24/2018 10:11 AM © 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. © 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.