Category: Windows Phone Dev
-
Picture Gallery for Windows 7 Phone using WCF REST Service
Objective In this article I will give you walkthrough of creating a Picture Gallery for Windows 7 phone. I will show how to fetch images from server using WCF REST service. The final output would be like below Please read this article before going through this article. In this article, majorly I am going to […]
-
Consuming basic REST service in Windows 7 mobile application
Objective In this article I am going to explain how to consume a REST service in windows 7 phone app. We will achieve this is two steps Create and Host REST based WCF service Consume service in W7 phone application. Create and host REST service There are many article, I have written discussing REST service. […]
-
Country Application for Window 7 mobile
Objective In this article, I am going to show you a Country Application. User will select country from drop down and details of selected country will be displayed. Expected Output We will achieve this in three steps Create XML file for country and corresponding details. And create entity class. Design phone page Write code […]
-
Image Viewer for Windows 7 Mobile
Objective This article will give step to step illustration of creating a simple Image Viewer for Windows 7 mobile. Step 1 Create a new Windows Phone Application. From Silverlight for Windows Phone tab select Windows Phone Application project type. Step 2 In this step I will create an entity class for images to be […]
-
Media player for Windows 7 Mobile
Objective This article will give step to step illustration of creating a simple media application for Windows 7 mobile. Step 1 Create a new Windows Phone Application. From Silverlight for Windows Phone tab select Windows Phone Application project type. Step 2 Design page. Divide content grid in two rows In first row put a […]
-
Mini Browser for Windows 7 Mobile
Objective This article will give step to step illustration of creating a simple browser for Windows 7 mobile. Step 1Create a new Windows Phone Application. From Silverlight for Windows Phone tab select Windows Phone Application project type. Step 2 Right click on project and add reference of Microsoft.Phone.Controls.WebBrowser Step 3 On the XAML page add […]
-
A Silverlight Twitter Client for Windows 7 Mobile Part #1
Objective In this article I will show how to make a basic twitter client for Windows 7 mobile. This is part 1 of the series. In this part, I will show only how to read statues of given user. In further parts, I will show Tweet, Re tweet and Direct Message functionalities. Follow the below […]
-
Touch events in Silverlight for Windows 7 mobile application Part #2
Objective This article will explain how to work with Touch events in Silverlight for Windows 7 mobile application. This is part 2 of the touch events. Read my first article on touch events before going through this article. Background We saw in last article on touch events that, even if after touching (clicking) somewhere else […]
-
Touch events in Silverlight for Windows 7 mobile application
Objective This article will explain how to work with Touch events in Silverlight for Windows 7 mobile application. Background On real device touch screen get sensed by users figure. But on the Emulator Mouse movement works as input for touch events. Touch events detect movement of finger on the screen. There are four touch events […]
-
Creating first Windows 7 mobile application in Silverlight
Objective This is a pictorial tutorial on how to create first Silverlight mobile application for Windows 7. This is very simple article giving you introduction how to setup the environment and run and debug the application. Since everyone is talking about Windows 7 Mobile development. Let us learn together J Step 1 Download windows […]