Always remain updated about current software development trends

Articles by _ KUNAL CHOWDHURY _

How to Share Links from WP7 to Social Networking Sites using the ShareLinkTask?

Do you want to create an application or game for your Windows Phone 7 that can share links to various social networking sites of users choice? Then this post will help you to integrate the same in your application. \xa0 Continue reading the complete post...

How to Share Status from WP7 using the ShareStatusTask?

Do you want to develop an application or game which will update your status or game result in some social networking sites like Facebook, Twitter, Linked-In and/or Windows Live? Then this post will help you to integrate such task in your app. \xa0 Using "ShareStatusTask"...

How to Compose SMS in WP7 using the SmsComposeTask?

SmsComposeTask of the WP7 SDK can be used to create SMS from code.

How to Retrieve Email Address in WP7 using the EmailAddressChooserTask?

How to retrieve an email address from a contact list with a simple example (including the internal implementation of the API).

How to use the PhotoChooserTask to Launch the Media Library?

Sometime in our application, we want to launch the Media Library of the Windows Phone 7 device and also want to provide user the option to view any existing image from that library. So if you want to do this, how will you implement the code? \xa0 Windows Phone...

How to Launch the WP7 Application Details Page using the MarketplaceDetailTask?

In last two post, we learnt about How to search in the WP7 Marketplace using the MarketplaceSearchTask? and How to Launch the WP7 Marketplace Hub using the MarketplaceHubTask? Today in this small post, we will learn how to launch the application details page....

How to search in the WP7 Marketplace using the MarketplaceSearchTask?

In your Windows Phone 7 application, you may want to search for some application or music rom WP7 Marketplace. How will you do this? This small tips on Windows Phone 7 marketplace related API will help you to write code in your application. \xa0 You can easily...

How to Send Email in WP7 using the EmailComposeTask?

In the last blog post we learnt "How to Save Email Address in WP7 using the SaveEmailAddressTask?" where we shared code snippet of the internal implementation of the SaveEmailAddressTask along with the code implementation of a demo app. \xa0 Today...

How to Save Email Address in WP7 using the SaveEmailAddressTask?

This post will allow you to understand the API of Windows Phone 7 SDK. In this post we will learn about SaveEmailAddressTask class and its API with a simple demo.