Hunter Tran's Blog

Share to be shared

Over the past while, especially since Nokia has been running a lot of contests with attractive phones as prizes, many of you have PM’d me asking about basic questions on the UI controls in Windows Phone.

This post will give you a general idea of the UI and how to use it when programming for Windows Phone

xaml

Within the scope of this post, I will introduce the most basic things about the UI in XAML

Read more »

When you use Visual Studio to write code, sooner or later you will need to add third-party libraries. The old way was to go on Google (or Bing), search for the library, download it and add it to the Project by hand. From now on, you don’t have to do that anymore.

nuget

Nuget is a tool that helps you add external libraries to your Project. Using Nuget is very simple and easy

Read more »

In Windows Phone you have a really nice feature called “Input Scope”

If you have tried Android, you will notice it tries to cram as much as possible into the on-screen keyboard, which makes it easy to hit a key you didn’t want.

Read more »
0%