Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Introducción al desarrollo en UWP
Search
Mauricio Contreras
December 01, 2016
Programming
0
26
Introducción al desarrollo en UWP
Mauricio Contreras
December 01, 2016
Tweet
Share
More Decks by Mauricio Contreras
See All by Mauricio Contreras
Azure DevOps para Desarrolladores .NET
maurocon3ras
0
12
Deployments and DevOps with AKS and Azure DevOps
maurocon3ras
0
69
Cómo desplegar aplicaciones de manera más rápida y segura
maurocon3ras
0
9
Introducción a Azure DevOps
maurocon3ras
0
100
Graph <3 Azure Functions
maurocon3ras
0
13
De Dev a DevOps con Visual Studio App Center
maurocon3ras
0
15
De Dev a DevOps - NETConf v18
maurocon3ras
0
15
Desarrollo nativo para Android, iOS y Windows con Xamarin
maurocon3ras
0
60
Aprovecha al máximo tu web app con PWA en Windows
maurocon3ras
0
17
Other Decks in Programming
See All in Programming
How mixi2 Uses TiDB for SNS Scalability and Performance
kanmo
36
14k
Immutable ActiveRecord
megane42
0
140
iOSエンジニアから始める visionOS アプリ開発
nao_randd
3
130
[JAWS-UG横浜 #80] うわっ…今年のServerless アップデート、少なすぎ…?
maroon1st
1
180
XStateを用いた堅牢なReact Components設計~複雑なClient Stateをシンプルに~ @React Tokyo ミートアップ #2
kfurusho
1
890
DevinとCursorから学ぶAIエージェントメモリーの設計とMoatの考え方
itarutomy
1
680
[Fin-JAWS 第38回 ~re:Invent 2024 金融re:Cap~]FaultInjectionServiceアップデート@pre:Invent2024
shintaro_fukatsu
0
410
ソフトウェアエンジニアの成長
masuda220
PRO
10
1.1k
Honoとフロントエンドの 型安全性について
yodaka
6
830
『品質』という言葉が嫌いな理由
korimu
0
160
さいきょうのレイヤードアーキテクチャについて考えてみた
yahiru
3
750
CI改善もDatadogとともに
taumu
0
110
Featured
See All Featured
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
174
51k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
129
19k
Typedesign – Prime Four
hannesfritz
40
2.5k
Automating Front-end Workflow
addyosmani
1368
200k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Fontdeck: Realign not Redesign
paulrobertlloyd
83
5.4k
Art, The Web, and Tiny UX
lynnandtonic
298
20k
VelocityConf: Rendering Performance Case Studies
addyosmani
328
24k
Stop Working from a Prison Cell
hatefulcrawdad
267
20k
Practical Orchestrator
shlominoach
186
10k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
49k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Transcript
None
Easy for users to get & stay current Unified core
and app platform Windows Phone 7.5 Windows Phone 8 Windows Phone 8.1 Windows 8 Xbox One Windows on Devices Xbox 360 Windows 8.1 Windows 10 Converged OS kernel Converged app model
Phone Small Tablet 2-in-1s (Tablet or Laptop) Desktops & All-in-Ones
Phablet Large Tablet Classic Laptop Xbox IoT Surface Hub Holographic Windows 10
One Store + One Dev Center Reuse Existing Code One
SDK + Tooling Adaptive User Interface Natural User Inputs One Universal Windows Platform
Windows 10 operating system Bridging technologies Win32 desktop Web hosted
Java Android Obj.C iOS Universal Windows Platform WWA C++ & CX .Net languages HTML DirectX XAML C++ .Net languages MFC WF WPF .Net runtime
Phone Device Xbox Device Desktop Device Windows Core Universal Windows
Platform
Apps don't target Windows 10, apps target the UWP
<Dependencies> <TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10240.0" MaxVersionTested="10.5.0.0"/> </Dependencies>
The Universal Windows Platform can update at its own cadence
Phone Device Xbox Device Desktop Device Windows Core Universal Windows
Platform Windows App
None
None
One Windows Desktop SKU PC 2 in 1 Mobile SKU
Tablet Phablet Phone Xbox SKU Xbox IoT SKU Band IoT headless SKU Raspberry Pi Home Automation Surface Hub SKU Surface Hub Holographic SKU HoloLens
Each family offers its own shell and adds features to
those it inherits
None
None
Phone (portrait) Tablet (landscape) / Desktop
Phone (portrait) Tablet (landscape) / Desktop
Continuum for convertibles and Phones
Users love apps that give a great experience on all
their devices
None
None
Phone Device Xbox Device Desktop Device Windows Core Universal Windows
Platform Windows App Phone extension Xbox extension Desktop extension
Platform extensions don't invalidate binaries on other devices
UWP Windows Core Windows Core Windows Core Windows Core UWP
UWP UWP Desktop Mobile Xbox More…
var api = "Windows.Phone.UI.Input.HardwareButtons"; if (Windows.Foundation.Metadata.ApiInformation.IsTypePresent(api)) { Windows.Phone.UI.Input.HardwareButtons.CameraPressed += CameraButtonPressed;
}
None
Web Apps NEW: Hosted Web Apps Bring your website experience
to the Windows Store Leverage your web investments and developer workflow Full access to Universal APIs, including
(a.k.a. Project Astoria) http://uwp.dev.windows.com/en-US/uwp-bridges/android
(previously known as ‘Project Islandwood’)
None
None
None
None
None
None
None