In the previous posts (Light sensor, Compass and Inclinometer), I’ve shown how to use some sensors in a UWP app. In this post, I’ll show how to use another sensor, the accelerometer….
Tag: UWP
Working with Sensors in UWP–Part 3–Inclinometer
In the previous two posts (Light sensor and Compass), I’ve shown how to use the sensors in a UWP app. Working with them is very easy and it can enhance the usability…
Working with Sensors in UWP–Part 2–Compass
In the last post, I have shown how to use the light sensor to get light data and offer a better experience for the user. In this post, I will show another…
Working with Sensors in UWP–Part 1–Light Sensor
Some time ago, computer makers introduced new classes of Windows devices: the 2-in-1 and the tablets. These kinds of computers bring a lot of innovation – the 2-in-1 computers can be used…
Minifying and Formatting JSON data with C#
Nowadays it’s very common to receive JSON data from many sources and to process it in our programs. I have the same problem and, sometimes, I also have to debug the received…