Follow me on Twitter
-
Recent Posts
Recent Comments
Archives
Categories
Meta
Tags
Category Archives: UWP
Connect Arduino to Raspberry via USB to read serial data
ShareOkay, first of all, this thing has been made way too complicated in the official samples, where they require you to get USB to TTL cables or similar, when all you really need is the product id and vendor id, … Continue reading
Posted in IOT, Universal Apps, UWP, Windows 10
Leave a comment
Using Cognitive Services with Xamarin Forms
ShareI did a talk at DotNext conference about this and thought I share the demo here as well. In this demo we’ll create simple Xamarin Forms app for Android and UWP, camera and add the Cognitive Services Emotion and Computer … Continue reading
Posted in Cognitive Services, Universal Apps, UWP, Xamarin
Leave a comment
Connect SensorTag CC2650 to Azure IOT Hub
ShareI needed to create a demo showing the most simple way to get some sensor data to IOT Hub and I thought sharing the code might be helpful to someone else as well. This app is divided to two parts, … Continue reading
Posted in Azure, Universal Apps, UWP, Windows 10
5 Comments
Figuring out your if your app is run on Phone, Tablet or Desktop
ShareOne would think that it’s easy to figure out the answer to header above. If you’ve ever tried that, I think you most likely have become extremely frustrated when you realized that there are just too many combinations and it … Continue reading
Posted in Universal Apps, UWP, Windows 10, Windows Phone
1 Comment
How to make a Windows Store game with C# and XAML, part 5
ShareIn this mini post we’ll be finally adding some sounds to our game. You will need to have some sound effects added to your Assets -folder. You need one for laser shooting and one for enemy hit sound. One place … Continue reading
Posted in AudioGraph, Sound, Universal Apps, UWP, Windows 10, Windows Phone
Leave a comment