Make your app look good on every windows device on the planet!

By Harold Pulcher

Elevator Pitch

UWP offers the ability to allow a program to run on multiple devices without changing a single line of code. I demonstrate the techniques on how to detect and take advantage of the various device capabilities. My presentation is completely in a UWP program with live code showing the techniques.

Description

One of the many “Holy Grails” of programing is being able have an application work “correctly” on multiple hardware platforms without changing a single line of code. Java promised this(still does) and we know how well that has worked out. With the release of Windows 10 and the Universal Windows Platform (UWP), Microsoft has truly thrown it’s hat into the ring. Is it all that is advertised? Can I truly execute the same code base on a XBox, Raspberry Pi, a phone, and a Desktop? Can I really have the same same experience over all of those platforms? Come to my talk and make the decision for yourself. We will talk about how your application can not only execute on all of those platforms, but be able to detect and take advantage of all that the capabilities on whichever platform.

Notes

Like most presentations there are a number of slides for information. However, the presentation goes like this: * UWP program running on an XBox * Some demos * Presentation continues on the desktop * Some demos * Presentation continues on a raspberry pi * Some demos

A cloud service is used to keep things synced up.

I will need networking for all this stuff. I usually bring my own, but will utilize the local net is possible.