Tag: WP7
-
Code to Share Status or Links on Social Media sites in Windows Phone
While creating application for Windows Phone you may come across requirement to share certain message from your application on social media sites configured on user device. You can do it using ShareStaus Task. ShareStausTask class is defined as below. It is inherited from ShareTaskBase class. ShareStatus Task Launcher allows an application to launch a…
-
How to launch Call Task from Secondary Tile in Windows Phone 7
Recently I got a mail from one of the reader. She asked; How could be launch Call Task from Secondary Tile? In this post I am going to show the way to do that. Before you go ahead with this post, I strongly recommend reading below three posts for more on Live Tiles and Call…
-
How to consume WCF REST Service with JSON in Windows Phone 7
In this post I will show you the way to consume JSON WCF REST Service in Windows Phone 7. This post is divided into four parts. Creating simple WCF REST Service for ADD Consuming JSON REST Service in Windows Phone 7 application. Creating complex WCF REST Service with custom classes and types. Consuming complex JSON…
-
Video on How to work with Live Tiles in Windows Phone 7
You can read more about Live Tiles in below articles Live Tiles in Windows Phone 7.5 or Mango phone Delete Secondary Tiles in Windows Phone 7.5 or Mango Phone Schedule the Tile update in Windows Phone 7.5 or Mango Phone
-
How to work with ToggleSwitch in Windows Phone 7
In this post I will discuss Toggle Switch Button. This comes as part of Silverlight toolkit for Windows Phone 7 and you get it from here To work with Toggle Switch, you need to add namespace You can use ToggleSwitch as below, You can set Header and Content of the Toggleswitch. If…
-
How to work with WrapPanel in Windows Phone 7
In this post I will show you the various way of working with WrapPanel in Windows Phone 7 application. I will discuss Basic working of WrapPanel WrapPanel with ScrollBar Using WrapPanel in a ListBox WrapPanel comes as part of Silverlight for Windows Phone Toolkit. You can download it from here . You need to install…