02 | Building Windows Store Apps with XAML Part 2

Slides:



Advertisements
Similar presentations
Working with Forms. how are forms manipulated? the document object contains an array of forms objects, one for each form, in document order –forms[] any.
Advertisements

Dinko Jakovljević Microsoft Student Partner | BambooLab
Automating Tasks with Visual Basic. Introduction  When can’t find a readymade macro action that does the job you want, you can use Visual Basic code.
Target: dependency property Source: any public property CLR and WPF properties Target: dependency property Source: any public property CLR and WPF properties.
Introduction to Mobile Programming. Slide 2 Overview Fundamentally, it all works the same way You get the SDK for the device (Droid, Windows, Apple) You.
Next Generation for Desktop Applications Doncho Minkov Telerik School Academy schoolacademy.telerik.com Technical Trainer
1 Intro XAML Attribute syntax & property syntax Panels Reusable resources Controls Data binding Steen Jensen, spring 2014.
An Introduction to Silverlight Matt Harrington Developer Evangelist, Microsoft October 20, 2011.
Premalini David Program Manager, Windows Accessibility
LAYOUT CONTROLS. XAML Overview XAML : eXtensible Application Markup Language pronounced (ZAMEL) is a markup language used to design user interfaces XML-based.
Object Oriented Software Development 9. Creating Graphical User Interfaces.
2014 CCSA Mobile Conference App To Download the App: Search “confservices” in the app store available on your device App will prompt you for an event.
Ms. Expression Blend Intro Diliara Nasirova. WPF  UI Framework for developing and running.NET programs  It consists of two elements:  A set of DLLs.
SYSTEMSDESIGNANALYSIS 1 OO: Chapter 9 Visual Basic: Building Components Jerry Post Copyright © 1999.
Presentation advances in.NET Framework 3.0 Mark Johnston Developer & Platform Group, Microsoft Ltd
Jaime Rodriguez | Microsoft Principal Technical Evangelist Laurent Bugnion | IdentityMine Senior Director XAML Deep Dive for Windows & Windows Phone Apps.
08 | Advanced Features Jerry Nixon | Microsoft Developer Evangelist Daren May | President & Co-founder, Crank211.
9961 SILVER MAPLE RD, HIGHLANDS RANCH, CO (303) Advanced XAML for Win 8 Apps Daren May.
CHAPTER 15 WPF Windows Presentation Foundation Dr. John Abraham Professor, UTPA.
XAML Demystified. Namespaces WPF 3.0, Silverlight, Windows Store
Vocabulary in VB So Far. Assignment: Used to change the value of an object at run time Used to change the value of an object at run time.
App Theming & PVL Direct3DDirectWriteDirect2DMediaTouch.
1 Catching up on Rich Clients (round 1) Mike Ormond, Mike Taulty Developer & Platform Group Microsoft Ltd
Modern Design Principles (MS). Hubs & spoke navigation pattern Hierarchical pattern Best for large collections of related content Content is separated.
Advanced Windows Store App Development using C# Jump Start Jerry Nixon | Microsoft Developer Evangelist Daren May | President & Co-founder, Crank211.
Jerry Nixon | Microsoft Developer Evangelist Daren May | President & Co-founder, Crank211.
Simple Clicker App WPF App using C#. App Requirement Need a ‘counter’ display, which starts at 0 Need a ‘clicker’ button ! Pressing the clicker every.
Advanced Windows Store App Development with HTML5 Refresh / Exam Prep M6: Tools and Asynchronous Programming Jeremy Foster Microsoft Technical.
05 | Integrating JavaScript and MVC 4 Jon Galloway | Tech Evangelist Christopher Harrison | Head Geek.
Copyright ©2004 Virtusa Corporation | CONFIDENTIAL Windows Presentation Foundation Ruwan Wijesinghe.
WPF (Avalon), Windows App GUI Windows App GUI Web App GUI Web App GUI HTML HTML XML XML WPF WPF LINQ LINQ.
QML and JavaScript for Native App Development Michael Tims Jen Trieu.
XAML and Blend Unni Ravindranathan | Senior Program Manager Lead (Blend) Jerry Nixon | Developer Evangelist (Colorado)
In Windows 8 Store Applications
DoRon Motter Development Lead Microsoft Corporation
Windows Azure Jeffrey Ferman Program Manager 3-006
Unit testing your metro style apps built using XAML
© 2015, Mike Murach & Associates, Inc.
Looking at our “Getting Started” application
XAML User Interface Creation in C#
Microsoft Access 2003 Illustrated Complete
Building Awesome HTML Applications in Blend for Windows 8
03 | Building Windows Store Apps with XAML Part 3
WPF AKEEL AHMED.
.NET and .NET Core 7. XAML Pan Wuming 2017.
תכנות אסינכרוני, תקשורת ופיתוח אפליקציות ל-Windows 8
Microsoft Build /24/2018 4:02 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Tooling and Diagnostics
What?   Accounts Accounts subscription Azure Pass Code Azure Pass Code.
XAML Deep Dive for Windows & Windows Phone Apps Jump Start
Tech Ed North America /1/ :36 AM Required Slide
Sascha P. Corti Developer Evangelist Microsoft Switzerland sascha
03 | UWA Design Jerry Nixon | Microsoft Developer Evangelist Daren May | President & Co-founder, Crank211.
Data Repository Jerry Post Copyright © 1997
TechEd /4/2019 3:19 PM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Build /10/2019 © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
XAML Deep Dive for Windows & Windows Phone Apps Jump Start
Visual Studio Tooling Developer’s Guide to Windows 10
A very brief introduction
Developing Universal Windows Apps with HTML and JavaScript
07 | Media Jerry Nixon | Microsoft Developer Evangelist
02 | Responsive Design Jerry Nixon | Microsoft Developer Evangelist
Bringing existing managed code into Metro style apps
03 | Branding & Monetization
04 | XAML in Blend 2013 Part 2 of 2 Unni Ravindranathan | Senior Program Manager Lead (Blend) Jerry Nixon | Developer Evangelist (Colorado)
Tech Ed North America /6/2019 2:07 PM Required Slide
02 | Responsive Design Daren May | President (CRANK211)
Susan Ibach| Technical Evangelist Christopher Harrison | Head Geek
05 | Advanced Contracts Pt 1
01 | Building Windows Store Apps with XAML Part 1
Presentation transcript:

02 | Building Windows Store Apps with XAML Part 2 Daren May | President (CRANK211) Jerry Nixon | Developer Evangelist (Colorado)

Module Agenda XAML Basics XAML Controls XAML Tooling

XAML Syntax

Understanding XAML XAML Structure Valid XML Namespaces Elements Attributes Complex Properties

Controls and Events

Understanding XAML Controls Event Handling TextBlock Button Button Flyout Date Picker Event Handling Code-behind

Tooling

Understanding XAML Blend & Design (*) Animations Behaviors

Module Review XAML Basics XAML Controls XAML Tooling