Windows Phone 7 launchers and choosers enable users to perform common tasks in WP7 device by providing a consistent user experience throughout the Windows Phone application development platform. I already covered many of the Launchers and Choosers in my blog. On popular demand, I am sharing them in this single page post. I hope, this will be helpful for you to get started with the Windows Phone 7 launchers and choosers very quickly.

 

Let’s start discussing about launchers and choosers followed by links to all the launchers and choosers.

 

Launchers for Windows Phone 7

Launchers API launches a built-in application through which the user completes a task. Once the application opens up in the screen, the user can complete or cancel the task and return back to the parent application. The parent application reactivates and continues with it’s stuffs. Launchers never return any data to the calling application.

 

In general here are the few steps to use a launcher:

    1. Create instance of the launcher task
    2. Set required properties to the instance of the class
    3. Call the Show() method to launch the launcher application

Here is a collection of articles which describes Launchers for Windows Phone 7:

 

Choosers for Windows Phone 7

Chooser API launches a built-in application through which the user completes a task. Once the application opens up in the screen, the user can complete or cancel the task and return back to the parent application. The parent application reactivates and fetches all supplied data from the chooser screen. Choosers return data to the calling application.

 

In general here are the few steps to use a chooser:

    1. Create instance of the chooser task
    2. Set required properties to the instance of the class
    3. Register the completed event of the chooser
    4. Call the Show() method to launch the chooser application
    5. Implement the completed event handler to capture all the data returned from the Chooser application

Here is a collection of articles which describes Choosers for Windows Phone 7:

 

End Note

I hope that this post was helpful for you to learn launchers and choosers of Windows Phone 7 from a single page. Stay tuned for more articles on Silverlight and Windows Phone 7 in my blog.

 

Are you a regular visitor of my blog? Then why don’t you subscribe to my blog feed and follow my technical updates on Facebook & Twitter? You can find direct links below. Subscribe to my blog feed or via email. “Like” my Facebook page to stay tuned on regular technology updates. I am also available on Twitter, so connect with me to get the latest tweets in your Twitter inbox.

 

Subscribe to my Blog Feed for Free    Like us to follow my Technical Feeds on Facebook     Connect with me on Twitter

 

Subscribe to our Newsletter with your Email ID to keep you updated on latest posts. We will send newsletter to your registered email address. We will not share your email address to anybody as we respect privacy.

Have a question? Or, a comment? Let's Discuss it below...

dhgate

Thank you for visiting our website!

We value your engagement and would love to hear your thoughts. Don't forget to leave a comment below to share your feedback, opinions, or questions.

We believe in fostering an interactive and inclusive community, and your comments play a crucial role in creating that environment.