Hello everyone!
After developing an Android app to follow your stats from your Android device (you can find my article about here), I wanted to go furter create a little screen with your stats on it to be on your desk.
Furnitures
As I was a (rare) Windows Phone developer (yes i believed in it !) I used to code with c#/XAML. So the OS I wanted to use was naturally Windows IOT. To upload my application you will need: a raspberry PI, Windows IOT ( the WIndows 10 IOT dashboard is available here) and a touch screen. I bought mine on alliexpress here.
Requirements
The code is functionnal ready and adapted to PC screen or the screen i bought. But you can adapt the xaml with your screen. You will need also your APIkey that is here to be updated in App.xaml.cs file.
Here is the result of my code
On the first, you have the overall of your stats. On the second page you have the list of all your apps available via KiezelPay You have also a button to for refresh. Be careful: KiezelPay hates when you request to quickly stats update. At he moment the application updates every 5 minutes but i advise you not to shorten the period. But you can enlarge it. Thus, as I am french, the code has french variables names .. I will try to change them a next time :p !
How to use it?
Very easy. As a UWP project, download it on your PC and compile the project . then upload it on you remote device… or PC if you want to test first.
The code is available here. Enjoy!