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
28
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
14
Deployments and DevOps with AKS and Azure DevOps
maurocon3ras
0
72
Cómo desplegar aplicaciones de manera más rápida y segura
maurocon3ras
0
12
Introducción a Azure DevOps
maurocon3ras
0
110
Graph <3 Azure Functions
maurocon3ras
0
15
De Dev a DevOps con Visual Studio App Center
maurocon3ras
0
17
De Dev a DevOps - NETConf v18
maurocon3ras
0
19
Desarrollo nativo para Android, iOS y Windows con Xamarin
maurocon3ras
0
66
Aprovecha al máximo tu web app con PWA en Windows
maurocon3ras
0
21
Other Decks in Programming
See All in Programming
Oracle Database Technology Night 92 Database Connection control FAN-AC
oracle4engineer
PRO
1
440
実用的なGOCACHEPROG実装をするために / golang.tokyo #40
mazrean
1
250
アセットのコンパイルについて
ojun9
0
120
testingを眺める
matumoto
1
140
Vue・React マルチプロダクト開発を支える Vite
andpad
0
110
CloudflareのChat Agent Starter Kitで簡単!AIチャットボット構築
syumai
2
460
Go言語での実装を通して学ぶLLMファインチューニングの仕組み / fukuokago22-llm-peft
monochromegane
0
120
Namespace and Its Future
tagomoris
6
700
そのAPI、誰のため? Androidライブラリ設計における利用者目線の実践テクニック
mkeeda
2
200
【第4回】関東Kaggler会「Kaggleは執筆に役立つ」
mipypf
0
1.1k
Tool Catalog Agent for Bedrock AgentCore Gateway
licux
6
2.2k
[FEConf 2025] 모노레포 절망편, 14개 레포로 부활하기까지 걸린 1년
mmmaxkim
0
1.5k
Featured
See All Featured
Optimizing for Happiness
mojombo
379
70k
Embracing the Ebb and Flow
colly
87
4.8k
Side Projects
sachag
455
43k
Documentation Writing (for coders)
carmenintech
74
5k
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.4k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.6k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
840
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.5k
We Have a Design System, Now What?
morganepeng
53
7.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