Die Universal Y X B Windows Adownload.microsoft.com/download/F/7/E/F7E9A431-DD1...Easy for users to...

39
[email protected] @TileGarageMRich http://tilegarage.net Die Universal Windows Platform Marco Richardson Technical Evangelist, Microsoft Deutschland $50 $560 $600 add add add Deals for you

Transcript of Die Universal Y X B Windows Adownload.microsoft.com/download/F/7/E/F7E9A431-DD1...Easy for users to...

Page 1: Die Universal Y X B Windows Adownload.microsoft.com/download/F/7/E/F7E9A431-DD1...Easy for users to get & stay current Unified core and app platform Windows 10 Converged OS kernel

[email protected]

@TileGarageMRichhttp://tilegarage.net

Die Universal

Windows

PlatformMarco Richardson

Technical Evangelist, Microsoft Deutschland

Y

A

X B$50

$560

$600

add

add

add

Deals for you

Page 2: Die Universal Y X B Windows Adownload.microsoft.com/download/F/7/E/F7E9A431-DD1...Easy for users to get & stay current Unified core and app platform Windows 10 Converged OS kernel
Page 3: Die Universal Y X B Windows Adownload.microsoft.com/download/F/7/E/F7E9A431-DD1...Easy for users to get & stay current Unified core and app platform Windows 10 Converged OS kernel
Page 4: Die Universal Y X B Windows Adownload.microsoft.com/download/F/7/E/F7E9A431-DD1...Easy for users to get & stay current Unified core and app platform Windows 10 Converged OS kernel

Easy for users to get & stay current

Unified core and app platform

Windows 10

ConvergedOS kernel

Convergedapp model

Page 5: Die Universal Y X B Windows Adownload.microsoft.com/download/F/7/E/F7E9A431-DD1...Easy for users to get & stay current Unified core and app platform Windows 10 Converged OS kernel

One Store +One Dev Center

Full Support for Existing Code

SDK +Services

Adaptive User Interface

NaturalUser Inputs

Page 6: Die Universal Y X B Windows Adownload.microsoft.com/download/F/7/E/F7E9A431-DD1...Easy for users to get & stay current Unified core and app platform Windows 10 Converged OS kernel

Windows Kernel Services

Windows Universal Platform

JavaScript

HTML / CSS

C / C++C# / VB

XAML DirectX

Page 7: Die Universal Y X B Windows Adownload.microsoft.com/download/F/7/E/F7E9A431-DD1...Easy for users to get & stay current Unified core and app platform Windows 10 Converged OS kernel

Was unter Windows 8.1 und Windows Phone 8.1 als

Universal App entwickelt wurde, läuft auch auf der UWP

Page 8: Die Universal Y X B Windows Adownload.microsoft.com/download/F/7/E/F7E9A431-DD1...Easy for users to get & stay current Unified core and app platform Windows 10 Converged OS kernel

Warum sollte ich meine Universal Apps umstellen?

Laufen doch trotzdem super.

Page 9: Die Universal Y X B Windows Adownload.microsoft.com/download/F/7/E/F7E9A431-DD1...Easy for users to get & stay current Unified core and app platform Windows 10 Converged OS kernel
Page 10: Die Universal Y X B Windows Adownload.microsoft.com/download/F/7/E/F7E9A431-DD1...Easy for users to get & stay current Unified core and app platform Windows 10 Converged OS kernel
Page 11: Die Universal Y X B Windows Adownload.microsoft.com/download/F/7/E/F7E9A431-DD1...Easy for users to get & stay current Unified core and app platform Windows 10 Converged OS kernel
Page 12: Die Universal Y X B Windows Adownload.microsoft.com/download/F/7/E/F7E9A431-DD1...Easy for users to get & stay current Unified core and app platform Windows 10 Converged OS kernel
Page 13: Die Universal Y X B Windows Adownload.microsoft.com/download/F/7/E/F7E9A431-DD1...Easy for users to get & stay current Unified core and app platform Windows 10 Converged OS kernel

Entwickler beflügeln.

Extension

SDK

Adaptive

CodeAdaptive

UI

Page 14: Die Universal Y X B Windows Adownload.microsoft.com/download/F/7/E/F7E9A431-DD1...Easy for users to get & stay current Unified core and app platform Windows 10 Converged OS kernel
Page 15: Die Universal Y X B Windows Adownload.microsoft.com/download/F/7/E/F7E9A431-DD1...Easy for users to get & stay current Unified core and app platform Windows 10 Converged OS kernel
Page 16: Die Universal Y X B Windows Adownload.microsoft.com/download/F/7/E/F7E9A431-DD1...Easy for users to get & stay current Unified core and app platform Windows 10 Converged OS kernel

<TargetPlatform

Name="Microsoft.Universal"

minVersion="2.0.0.0"

maxVersionTested="3.5.0.0" />

Page 17: Die Universal Y X B Windows Adownload.microsoft.com/download/F/7/E/F7E9A431-DD1...Easy for users to get & stay current Unified core and app platform Windows 10 Converged OS kernel

Extension

SDK

Page 18: Die Universal Y X B Windows Adownload.microsoft.com/download/F/7/E/F7E9A431-DD1...Easy for users to get & stay current Unified core and app platform Windows 10 Converged OS kernel

Adaptive

Code

Page 19: Die Universal Y X B Windows Adownload.microsoft.com/download/F/7/E/F7E9A431-DD1...Easy for users to get & stay current Unified core and app platform Windows 10 Converged OS kernel

Adaptive

Code

#if WINDOWS_PHONE_APPWindows.Phone.UI.Input.HardwareButtons

.BackPressed += this.HardwareButtons_BackPressed;#endif

#if WINAPI_FAMILY==WINAPI_FAMILY_PHONE_APP_backPressedEventToken = HardwareButtons::BackPressed += ref new EventHandler

<BackPressedEventArgs^> (this,&NavigationHelper::HardwareButton_BackPressed);

#endif

Page 20: Die Universal Y X B Windows Adownload.microsoft.com/download/F/7/E/F7E9A431-DD1...Easy for users to get & stay current Unified core and app platform Windows 10 Converged OS kernel

Adaptive

Code

IsApiContractPresentIsEnumNamedValuePresentIsEventPresentIsMethodPresentIsPropertyPresentIsReadOnlyPropertyPresentIsTypePresentIsWriteablePropertyPresent

Windows.Foundation.Metadata.ApiInformation

Page 21: Die Universal Y X B Windows Adownload.microsoft.com/download/F/7/E/F7E9A431-DD1...Easy for users to get & stay current Unified core and app platform Windows 10 Converged OS kernel
Page 22: Die Universal Y X B Windows Adownload.microsoft.com/download/F/7/E/F7E9A431-DD1...Easy for users to get & stay current Unified core and app platform Windows 10 Converged OS kernel

Adaptive

UI

one UI to thrill em all

Page 23: Die Universal Y X B Windows Adownload.microsoft.com/download/F/7/E/F7E9A431-DD1...Easy for users to get & stay current Unified core and app platform Windows 10 Converged OS kernel
Page 24: Die Universal Y X B Windows Adownload.microsoft.com/download/F/7/E/F7E9A431-DD1...Easy for users to get & stay current Unified core and app platform Windows 10 Converged OS kernel
Page 25: Die Universal Y X B Windows Adownload.microsoft.com/download/F/7/E/F7E9A431-DD1...Easy for users to get & stay current Unified core and app platform Windows 10 Converged OS kernel

Adaptive

UI

Page 26: Die Universal Y X B Windows Adownload.microsoft.com/download/F/7/E/F7E9A431-DD1...Easy for users to get & stay current Unified core and app platform Windows 10 Converged OS kernel

<RelativePanel>

<Rectangle x:Name="BlueRect"Height="100" Width="100" Fill="Blue" />

<Rectangle x:Name="RedRect"Height="100" Width="100" Fill="Red"

RelativePanel.RightOf="BlueRect"RelativePanel.AlignVerticalCenterWith="BlueRect" />

</RelativePanel>

Page 27: Die Universal Y X B Windows Adownload.microsoft.com/download/F/7/E/F7E9A431-DD1...Easy for users to get & stay current Unified core and app platform Windows 10 Converged OS kernel

<VisualStateGroup x:Name="WindowSizeStates">

<VisualState x:Name="WideState">

<VisualState.StateTriggers>

<AdaptiveTrigger MinWindowWidth="720" />

</VisualState.StateTriggers>

<!– - more - - !>

</VisualState>

</VisualStateGroup>

Page 28: Die Universal Y X B Windows Adownload.microsoft.com/download/F/7/E/F7E9A431-DD1...Easy for users to get & stay current Unified core and app platform Windows 10 Converged OS kernel
Page 29: Die Universal Y X B Windows Adownload.microsoft.com/download/F/7/E/F7E9A431-DD1...Easy for users to get & stay current Unified core and app platform Windows 10 Converged OS kernel
Page 30: Die Universal Y X B Windows Adownload.microsoft.com/download/F/7/E/F7E9A431-DD1...Easy for users to get & stay current Unified core and app platform Windows 10 Converged OS kernel
Page 31: Die Universal Y X B Windows Adownload.microsoft.com/download/F/7/E/F7E9A431-DD1...Easy for users to get & stay current Unified core and app platform Windows 10 Converged OS kernel

Apps, entwickelt für dieUWP, erreichen die

maximale Zielgruppen-größe des Microsoft

Ökosystems

Page 32: Die Universal Y X B Windows Adownload.microsoft.com/download/F/7/E/F7E9A431-DD1...Easy for users to get & stay current Unified core and app platform Windows 10 Converged OS kernel
Page 33: Die Universal Y X B Windows Adownload.microsoft.com/download/F/7/E/F7E9A431-DD1...Easy for users to get & stay current Unified core and app platform Windows 10 Converged OS kernel

+

Your Android Code(Project Astoria SDK & App analysis)

+

Your app in the

Windows Store

Your IDE(Project Astoria Plugins)

Your dev

machine

+

Windows

Magic

Live tiles

IntelliJ

Android

Studio

Eclipse

Windows

Mac

Page 34: Die Universal Y X B Windows Adownload.microsoft.com/download/F/7/E/F7E9A431-DD1...Easy for users to get & stay current Unified core and app platform Windows 10 Converged OS kernel

Xcode projects imported to Visual Studio

Integrated language support: syntax highlighting, autocomplete

Full debugging: breakpoints, stack traces, …

Universal API Interop

Page 35: Die Universal Y X B Windows Adownload.microsoft.com/download/F/7/E/F7E9A431-DD1...Easy for users to get & stay current Unified core and app platform Windows 10 Converged OS kernel

Web Site

• Discoverable and presented through a browser

Hosted Web App

• Majority of app hosted on a web server

• Access to native APIs

• Distributed through a Store

Packaged Web App

• Content inside app package

• Can use Cordova or WebView

• Distributed through a Store

Page 36: Die Universal Y X B Windows Adownload.microsoft.com/download/F/7/E/F7E9A431-DD1...Easy for users to get & stay current Unified core and app platform Windows 10 Converged OS kernel

IoTHoloLens

Surface Hub

Windows Desktop

Windows Mobile

Xbox

ONE CORE OS

ONE APP PLATFORM

ONE STOREWindows 10

Page 37: Die Universal Y X B Windows Adownload.microsoft.com/download/F/7/E/F7E9A431-DD1...Easy for users to get & stay current Unified core and app platform Windows 10 Converged OS kernel
Page 38: Die Universal Y X B Windows Adownload.microsoft.com/download/F/7/E/F7E9A431-DD1...Easy for users to get & stay current Unified core and app platform Windows 10 Converged OS kernel

Download Visual Studio 2015https://www.visualstudio.com/en-us/downloads/visual-studio-2015-downloads-vs.aspx

Samples

https://github.com/Microsoft/Windows-universal-samples

https://github.com/DanielMeixner/w10demoking

https://github.com/Windows-XAML/201505-MVA

Homautomation Sample

https://github.com/MarcoHolo/AllLightsOnUs

http://www.tilegarage.net/?p=988

https://www.microsoftvirtualacademy.com/de-de/training-courses/

homeautomation-mit-dem-microsoft-kosystem-12667

Blog

http://blogs.msdn.com/b/dmx

http://www.tilegarage.net/

Free Training

http://www.microsoftvirtualacademy.com

Ebook

http://aka.ms/vs-tipps-ebook

Page 39: Die Universal Y X B Windows Adownload.microsoft.com/download/F/7/E/F7E9A431-DD1...Easy for users to get & stay current Unified core and app platform Windows 10 Converged OS kernel

Y

AX B

https://dev.windows.com/en-us/