Browsed by
Tag: uwp

Setup Windows 10 for IoT on Raspberry Pi 2

Setup Windows 10 for IoT on Raspberry Pi 2

What you need: Windows 10 Insider Preview Raspberry Pi 2 board Power supply with 5V / 1.0A (recommended use a powerbank) 8Gb or higher micro SD Card (recommended Class 10 or higher) HDMI cable TV / Monitor with HDMI input Ethernet cable Step 1 – Download Windows 10 for IoT Visit to Windows IoT Download, select the build that you want. In this topic, we will select Windows 10 IoT Core for Raspberry Pi 2. Sign in to Windows Embeded…

Read More Read More

First Impression of Microsoft Band SDK Preview

First Impression of Microsoft Band SDK Preview

Finally I received my long waiting Microsoft Band few days ago, playing it with it for first 48hrs and I try to explore what can a developer doing with it. Since Microsoft has released the Preview version of SDK for Microsoft Band, I decided to give it a try and find what can I do with it. My first impression, some how this Microsoft Band SDK 1.3.10219-preview is pretty much limited. A lot of cool thing that you want to…

Read More Read More

Disable Tilt Effect on ListView and GridView for Universal Apps

Disable Tilt Effect on ListView and GridView for Universal Apps

During the age of coding for Windows Phone 7 or 8, developers either relied on third parties or self created transition effect for making the controls have some effects, one of them is “Tilt” effect. When the time come to about a year ago, Microsoft introduce the Universal Apps development methods, significant changes were made for Windows Phone and Windows Store controls, not to mention it included a lot of features into it. ListView and GridView are now common controls…

Read More Read More

Version Number for Universal Apps

Version Number for Universal Apps

This is very important for developers to label their release of works with correct version number. This is not only for easy management, but it is also easy for troubleshooting. Since Universal Apps Development introduced last year (2014) during //build, version number is mandated for all the release for Windows Store and Windows Phone apps. When developers create the AppPackages for store submission, developers will have an options either let the Store automatically assign incremented version number based on your…

Read More Read More

Switching Startup Project in Visual Studio 2013

Switching Startup Project in Visual Studio 2013

When develop a Windows Universal Apps from Visual Studio, developers always facing an irritating process of switching the projects to debug their applications. By default, developers have to select the project that he/she want to debug, right click the mouse and select “Set as StartUp Project” or select the Startup project from the debug menu. Can we have more simple way to do it? Yes! You just need to follow the following steps: Select the Solutions Name Right click and…

Read More Read More