Applications typically need to show progress of an operation to their users. In this article, we learn how to show progress in a Windows Phone application.
Articles Written by Vipul Vipul Patel
How to Create Advertisement-supported Windows Phone Applications
Learn how to give your application away for free and still make money. In this article, we learn how to create advertisement supported Windows Phone applications.
Using Sockets with Windows Phone
Windows Phone 7.5 introduces support for sockets. In this article, we will learn about sockets and how to use them in our windows Phone 7.5 applications.
Multi-targeting your Windows Phone Application to Run on 7.0 and 7.5 (Mango)
Windows Phone Mango SDK allows developers to specify which version of the Window Phone to target for execution. This article explains how to multi-target a Windows Phone application.
Using Model-View-ViewModel Pattern in Your Windows Phone Application
The Model-View-ViewModel (MVVM) design pattern allows segregating of application data from its user interface. In this article, we visit how we can leverage MVVM design pattern in our Windows Phone application.
Customizing Windows Phone Applications using the Settings File
Configuration files are very useful to preserve user preferences and application state between sessions. This article explores how Windows Phone application developers can enhance their application usability by using a settings file.
