Silverlight

Showing posts with label Silverlight. Show all posts

Here comes the “Monthly Summary” post of March 2012. It was a hectic time for me and was busy with personal stuffs. During March 2012, I have published 9 blog posts, mainly on Windows Phone 7 development along with a good news that I have been officially added as the Telerik Insider.

 

In this post, sharing all the posts in category wise sorted for you, so that, you can find them easily from here.

Published by on under Archives | DZone

In the last post, we learnt “How to Save Contact in WP7 using the SaveContactTask?” Today in this small post we will learn how to retrieve saved contacts in WP7 using the Windows Phone 7 SDK APIs.

 

If you are developing any application for Windows Phone 7 and wants to provide user an option to get any contact details (e.g. Contact Name, complete Address of the Contact), AddressChooserTask class will allow you to get such information of the selected contact. Continue reading to get more details about this API.

Published by on under CodeProject | Mango

Windows Phone 7 SDK exposes API to provide user option to save any contact to the Contact list. In your app you may want to include contact saving option. This small post will help you to understand the API and after that, you will be able to use it in any of your applications.

 

The SDK has a sealed class called SaveContactTask, which you can use to implement this feature. Continue reading to know more about the class and implementation steps.

Published by on under CodeProject | Mango

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?

 

Windows Phone 7 SDK provides provides API to do this. Using the PhotoChooserTask you can actually launch the photo chooser application and handle the selected image. Continue reading to read more about this process from this small tips.

Published by on under CodeProject | Mango

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.

 

If you searched application in Marketplace using the marketplace client, you would familiar about the application details page. The details page consists of information about the application including install & share button and reviews section. You might want to add that page in your application. Continue reading to learn about the API.

Published by on under CodeProject | Silverlight

In our previous Windows Phone 7 tips, we learnt how to search applications and/or music in the WP7 marketplace using the MarketplaceSearchTask API.

 

Today in this post, we will learn about the MarketplaceHubTask API to launch the Windows Phone 7 Hub client in your phone device. Using the code, you can also launch it in the phone emulator. Continue reading to learn more about it.

Published by on under CodeProject | Silverlight

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.

 

You can easily achieve this by using the Marketplace Launchers task to call the search API. Continue reading to know more about it.

Published by on under CodeProject | Silverlight

Here comes the “Monthly Summary” of February 2012. During February 2012, I have published 11 blog posts with mix categories. In this post, sharing all the posts in category wise sorted for you, so that, you can find them easily from here.

 

In February, I published three Windows Phone 7 applications which are absolutely free to download. I am sharing them here for your easy access.

Published by on under Archives | DZone
Here comes my 2nd Windows Phone 7 application in the Marketplace named “Easy Connect” to provide you easy access to the connectivity settings page in your device. Finding each page in the settings is little bit difficult and hence here is my application to help you.

 

Find details about the application and the free downloadable links from Windows Phone 7 marketplace. Don’t forget to review the app and share your feedback.

Published by on under DZone | Silverlight

Microsoft Windows Phone 7 camps now in your city. If you are in India, you can now join the WP7 Camps in 6 major cities across India. Starting from 17th February to 29th February it will happen in Delhi, Bangalore, Indore, Ahmedabad, Mumbai and Trivandrum.

 

If you are in near by cities and want to join the camp, find the date and address in this post. Enjoy the event with Windows Phone influencers and learn more from them.

Published by on under Events | News

Sometime we may need to download images from external location to our Windows Phone 7 Media Library. Few days ago, I tried to implement the same in one of my application. Initially, I thought that it is very easy to implement but later noticed the complexity. I did few R&D with Mayur Tendulkar to implement the same and came up with a solution. Thanks to Mayur for helping me out.

 

It this post, I will discuss the way of implementation of it with the full code snippet. Continue reading to check out the downloading mechanism of external images to Media Library.

Published by on under Silverlight | WP7

Busy Indicator is a tool which you can add in your Silverlight or WP7 application to show a loading indication to your user while doing some sort of operations. This is just to let the user know that something is going on.

 

Here in this article, we will learn how to use Telerik BusyIndicator control in your Windows Phone 7 and let the user know that some operations are going on in the background.

Published by on under Silverlight | Telerik

Here comes the most popular 5 posts of the week (29th January 2012 to 4th February 2012) at silverlight-zone.com. This week most viewed posts were from Daniel Rubino, @f5Debug, SilverSpot, Barry Lapthorn and Joe Mayo.

 

Read more to find out the popular links read by the developer community. Don’t forget to follow @SilverlightZone on Twitter. Become a “Fan” of our Facebook Page by clicking the “Like” button to stay updated. Subscribe to our Newsletter in case you want to get digest mail notification.

Published by on under Silverlight | SilverlightZone

It’s time for you to sharpen your .Net Ninja skills. The latest Telerik release is just around the corner and Telerik has tons of new stuff to show off. If you are eager to see the new bits and sharpen your .NET skills, be sure to sign up for Release Webinar Week.

 

This 3-day event is packed with hour-long webinar sessions on the coolest new features shipping with the Q1 2012 release.  Release Webinar Week will be held on February 20 – 22, so mark your calendars and win some cool stuffs from Telerik.

Published by on under HTML | HTML5

Here comes the “Monthly Summary” of January 2012. During January 2012, I have published 16 blog posts with mix of mood. In this post, sharing all the posts in category wise sorted for you, so that, you can find them easily from here.

 

January was a great month for me. Celebrated 1 yr. of silverlight-zone.com. My Telerik and Codeproject MVP awards were renewed in this month. Also, I had a chance to visit Florida to attend the Telerik Influencers Summit. It was a hectic time at the end of the month.

Published by on under Archives | CodeProject
Here comes the weekly Silverlight-Zone digest for the week 15th January 2012 to 21st January 2012. This week major posts were on Silverlight and Windows Phone 7.

Popular posts were from Christine L., who showcased "Water ScrollViewer", a must read if you didn't yet read; followed by Steve Adey, Stephan Wick, @dotMorten and @mbcrump. Read the complete post to find out the popular 5's and links towards the daily news digest, if you missed any one issue, you can get it here.

Published by on under Silverlight | SilverlightZone
We all know the process to embed a Silverlight application inside a Webpage using div and object tag. When we create a new Silverlight application project, those tags automatically generates by the IDE inside the html and aspx pages.

In many cases we need to dynamically add the Silverlight application inside a webpage. In this post, we will learn the process to host it using JavaScript. Looks interesting? Read to know more.
Published by on under JavaScript | Silverlight