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
71
Cómo desplegar aplicaciones de manera más rápida y segura
maurocon3ras
0
11
Introducción a Azure DevOps
maurocon3ras
0
110
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
18
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
フロントエンドのパフォーマンスチューニング
koukimiura
6
2.3k
AI Ramen Fight
yusukebe
0
110
202507_ADKで始めるエージェント開発の基本 〜デモを通じて紹介〜(奥田りさ)
risatube
PRO
5
1.1k
マッチングアプリにおけるフリックUIで苦労したこと
yuheiito
0
240
iOS開発スターターキットの作り方
akidon0000
0
190
CLI ツールを Go ライブラリ として再実装する理由 / Why reimplement a CLI tool as a Go library
ktr_0731
3
190
AIコーディングエージェント全社導入とセキュリティ対策
hikaruegashira
14
7.9k
それ CLI フレームワークがなくてもできるよ / Building CLI Tools Without Frameworks
orgachem
PRO
1
690
MCPを使ってイベントソーシングのAIコーディングを効率化する / Streamlining Event Sourcing AI Coding with MCP
tomohisa
0
190
商品比較サービス「マイベスト」における パーソナライズレコメンドの第一歩
ucchiii43
0
200
効率的な開発手段として VRTを活用する
ishkawa
1
180
React は次の10年を生き残れるか:3つのトレンドから考える
oukayuka
40
15k
Featured
See All Featured
Faster Mobile Websites
deanohume
308
31k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.4k
The Cult of Friendly URLs
andyhume
79
6.5k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.8k
How STYLIGHT went responsive
nonsquared
100
5.7k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
A better future with KSS
kneath
238
17k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
30
2.2k
Rails Girls Zürich Keynote
gr2m
95
14k
Reflections from 52 weeks, 52 projects
jeffersonlam
351
21k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
3.9k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
60k
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