Acabo de concluir uma série de vídeos sobre o uso de sensores em UWP, que publiquei no Channel 9. São vídeos curtos, com até 15 minutos cada. Vale a pena dar uma…
Tag: Sensors
Working with Sensors in UWP–Part 5–Geolocation
This last part in the series will show a different kind of sensor – the Geolocation sensor. In the strict sense, we can’t call this as a sensor, because the geolocation service…
Working with Sensors in UWP–Part 4–Accelerometer
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….
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…
Usando sensores em Windows 10 com Delphi
Os novos dispositivos 2-em-1 Windows 10 trouxeram uma novidade: você pode usar os seus diversos sensores para aumentar a experiência do usuário em seus programas. O Delphi trouxe a possibilidade de usar…
Using sensors in Windows 10 with Delphi
The new Windows 10 2-em-1 devices have a lot of sensors, which you can use to enhance the user experience in your programs. With Delphi, you can use these sensors in your…