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
27
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
13
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
10
Introducción a Azure DevOps
maurocon3ras
0
100
Graph <3 Azure Functions
maurocon3ras
0
14
De Dev a DevOps con Visual Studio App Center
maurocon3ras
0
16
De Dev a DevOps - NETConf v18
maurocon3ras
0
17
Desarrollo nativo para Android, iOS y Windows con Xamarin
maurocon3ras
0
65
Aprovecha al máximo tu web app con PWA en Windows
maurocon3ras
0
19
Other Decks in Programming
See All in Programming
Composerが「依存解決」のためにどんな工夫をしているか #phpcon
o0h
PRO
1
250
AWS CDKの推しポイント 〜CloudFormationと比較してみた〜
akihisaikeda
3
320
コードの90%をAIが書く世界で何が待っているのか / What awaits us in a world where 90% of the code is written by AI
rkaga
49
32k
Azure AI Foundryではじめてのマルチエージェントワークフロー
seosoft
0
150
Webの外へ飛び出せ NativePHPが切り拓くPHPの未来
takuyakatsusa
2
460
LINEヤフー データグループ紹介
lycorp_recruit_jp
0
1.6k
“いい感じ“な定量評価を求めて - Four Keysとアウトカムの間の探求 -
nealle
0
350
Modern Angular with Signals and Signal Store:New Rules for Your Architecture @enterJS Advanced Angular Day 2025
manfredsteyer
PRO
0
160
VS Code Update for GitHub Copilot
74th
1
490
新メンバーも今日から大活躍!SREが支えるスケールし続ける組織のオンボーディング
honmarkhunt
1
210
A2A プロトコルを試してみる
azukiazusa1
2
1.3k
WindowInsetsだってテストしたい
ryunen344
1
210
Featured
See All Featured
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.3k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
720
The Cost Of JavaScript in 2023
addyosmani
51
8.5k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
161
15k
How to Ace a Technical Interview
jacobian
277
23k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
138
34k
Music & Morning Musume
bryan
46
6.6k
The Pragmatic Product Professional
lauravandoore
35
6.7k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Become a Pro
speakerdeck
PRO
28
5.4k
Code Review Best Practice
trishagee
69
18k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.8k
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