Year: 2011
-
Windows Phone Camp coming to Pune and Chennai on 20th and 22nd December
I am excited Windows Phone camp is coming to Pune and Chennai. I will be there to learn latest of Windows Phone development from the experts. Are you joining me? I want to promote myself from novice Windows Phone developer to a professional developer. I have many queries to be clarified and Windows Phone camp…
-
How to check application returning from dormant state in Windows Phone 7
What is Fast Application Switching (FAS)? Imagine application “A” is running and user launches a new application “B”. On pressing hardware back button user can return back to application “A”. If application “A” gets activated without “resuming “ screen then it can be termed as “ Fast Application Switching “ What is dormant state? In…
-
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…
-
Calling WCF REST Service with Basic authentication from Windows Phone 7
Today while working I came across a requirement to consume a REST Service. To consume REST Service application had to provide username and password. Initially I thought it should be easier task and I tried consuming REST Service as below, In completed event accessing returned data as below, When I tried running application I got…
-
What are Launchers and Choosers in Windows Phone 7
Launcher and Choosers API allows application to interact with Native Applications of Windows Phone 7 Launchers Launchers are collection of classes in Windows Phone 7. They help to interact with inbuilt applications on native application of Windows Phone 7. Launchers used to launch one of the inbuilt or native applications from your application. Launchers do…
-
Video on How to work with WrapPanel in Windows Phone 7
Read more here If you find my posts useful you may like to follow me on twitter http://twitter.com/debug_mode or may like Facebook page of my blog http://www.facebook.com/DebugMode.Net If you want to see post on a particular topic please do write on FB page or tweet me about that, I would love to help you.
-
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…