Silverlight

Showing posts with label Silverlight. Show all posts

My 4th Windows Phone application named “ABC For Kids” is now available in Windows Phone Marketplace. This application is for Kids, who can play with this application to learn Alphabets, Words, Numbers and Colors. Parents can help them to check their kids learning skills using this application.

 

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

Published by on under DZone | Silverlight

This is a common question “Do I need to install Silverlight Tools separately if I install Visual Studio 2012?” few people asked me online/offline. That’s why I came with this blog post.

 

If you are seeking for the information on the same topic, this post will tell you whether you need to install Silverlight separately and if it already comes with Silverlight, what are the versions that it supports. Continue reading and share to those who might find it useful.

Published by on under Silverlight | Silverlight5

Telerik released the sixth major version of RadControls for Windows Phone 7 (Q2.2012) on 11th June 2012. There are many new controls in this new release demanded by many developers. Now those controls are here for you. Get the latest bits and start using them.

 

In this post, I will share you the direct download link from where you can get the trial version of the product. If you have a license, you can get the full version from your Telerik account. Also, in this post I will share what are the new controls available in this release.

Published by on under News | Silverlight

On 26th May 2012, we (KolkataGeeks) organized Developer Conference 2012 at Kolkata. The event was organized by Microsoft User Group Kolkata (KolkataGeeks). It is the premier technical event for technology professionals at Kolkata interested in learning, connecting and exploring latest Microsoft technologies.

 

In this event, I delivered one hour Technical Presentation and showcased Demos using Telerik Rad Controls for Windows Phone 7. In this blog post, I will share the slide of my WP7 session as well as few snaps from the Album. Continue reading for further details.

Published by on under DevCon | Events

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.

Published by on under Mango | Silverlight

Telerik introduces a new component called “RadDiagnostics” in their Q1.2012 release. RadDiagnostics component enables an application developer to receive crash reports and other debugging information from the end user of the application.

 

As a WP7Dev, you may want to include a functionality in your application which will mail you the stack trace and other debugging information. This post will guide you to implement the same functionality in your Windows Phone app using the Telerik controls. Continue reading to learn more about it.

Published by on under Mango | Silverlight

Currently I am working on a Windows Phone 7 application using the Telerik controls and learning a little more bit about the controls present in their library. So, I thought to share the same in my blog for next few days. If you are using these controls, it will help you to learn very quickly.

 

As a WP7Dev, you might want to build a stunning application with an animation to the page navigation or orientation changes. This article will help you to do so by using the Telerik RadControls for Windows Phone 7. Continue reading to learn more about the APIs and the implementation steps.

Published by on under Mango | Silverlight

Here comes the “Monthly Summary” post of April 2012. Last month I published 14 blog posts, among them 12 was on “How to” series of my Windows Phone 7 Tutorial for developers.

 

In this summary post I am going to share them in a single page, so that, you can find them very easily. Continue reading to find out all the Windows Phone 7 tutorial series. Don’t forget to check out the API implementations of the SDK in the “How to” posts.

Published by on under Archives | DZone

Continuing my Windows Phone 7 Tutorials on Launchers and Choosers. Today in this blog post we will discuss about the Windows Phone 7 class named “SaveRingtoneTask”. We will first describe about the internal class implementation of the SDK itself. Later we will see how to implement it in your application.

 

Continue reading to learn about the API and code implementation. Don’t forget to share your thoughts and feedbacks at the end in the comments section. Also, share this to your friends/colleagues who might feel it useful too.

Published by on under Mango | Silverlight

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.

 

Continue reading the complete post to know more about the API, the internal implementation of the WP7 SDK and the way to include it in your application. Don’t forget to share your feedback and if you like the post, please share it to others as this might be helpful for them too.

Published by on under CodeProject | Mango

Today while debugging a Silverlight application, I noticed that, my Visual Studio 2010 was taking too much time to load the referenced assemblies and the browser was freezing for some time while loading the XAP. First I thought that it is due to the solution file but after doing some investigation I noticed that it is happening for all Silverlight application.

 

Finally I found the solution and thought to share with you. In case you come across same situation, this post will help you to resolve it easily.

Published by on under Silverlight | Tips

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.

 

Using “ShareStatusTask” of the Windows Phone 7 SDK, you can update your status line on the social networking sites. Continue reading the post for more details of the API and the implementation steps.

Published by on under CodeProject | Mango

In last few articles I was discussing on Launchers and Choosers of Windows Phone 7. In today’s blog post I am going to continue on that again. This time we will discuss on “SmsComposeTask” of the WP7 SDK, which you can use to create SMS from code.

 

SmsComposeTask launches the Messaging application with a new SMS message displayed and requires user intervention to send the message. Continue reading to learn in depth of the API implementation and uses of the API.

Published by on under CodeProject | Mango

In last two blog posts we learnt how to save email address in WP7 and how to send email. We also learnt the internal implementation of the APIs used by the Windows Phone 7 SDK.

 

Today in this blog post we will explore how to retrieve email address from contact list with a simple example (including the internal implementation of the API). Don’t forget to provide your feedback. If you have any queries, let me know. I will try to answer you as early as I can.

Published by on under CodeProject | Mango

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.

 

Today in this blog post we will learn how to compose an email using the Windows Phone 7 SDK class called “EmailComposeTask”. Also sharing the decompiled version of the class, so that you can know the SDK implementation. Continue reading and at the end don’t forget to leave your feedback.

Published by on under CodeProject | Mango

Do you want to build an application which will allow you to save an email address? Then this post will allow you to understand the API of Windows Phone 7 SDK. In this post we will learn about SaveEmailAddressTask class and it’s API with a simple demo.

 

Continue reading to learn about it. Also, I will share the code snippet of the internal implementation of the SaveEmailAddressTask, which will help you to understand the actual implementation of the API of WP7 SDK.

Published by on under CodeProject | Mango

In the last blog post, we learnt “How to Call a Number in WP7 using the PhoneCallTask?” We also learnt, “How to Save Phone Number in WP7 using the SavePhoneNumberTask?” So, how can you programmatically retrieve a phone number from existing contact list?

 

This post will help you to understand it. After reading this post, you will be able to programmatically retrieve the phone number in your application (this requires user’s interaction) using the PhoneNumberChooserTask. Don’t forget to read the complete post as this will help you to know about the internal implementation of the SDK API too.

Published by on under CodeProject | Mango

Last day we learnt “How to Save Phone Number in WP7 using the SavePhoneNumberTask?” There we discussed on the basics of the API and details about the implementation stuff with step-by-step details.

 

Today in this small blog post we will learn how to call a number programmatically in Windows Phone 7 by using the PhoneCallTask API. We will also know what are the limitations of this API class. Continue reading to know further.

Published by on under CodeProject | Mango

Do you want to integrate a task in your Windows Phone 7 application that will help users to save their contact details e.g. a phone number in their Contact List? If you want to do this, there is a class called SavePhoneNumberTask which will allow you to implement that task.

 

This small post will help you to understand the basics about the API and details about the implementation stuff with step-by-step details.

Published by on under CodeProject | Mango

In last two blog posts we learnt how to programmatically Save Contacts in WP7 and Retrieve Contact Information. Now after these, you may want to programmatically search for specific contact. So how to do this?

 

Windows Phone 7 SDK provides that API for you. You can use that API to asynchronously search for a contact by different parameters. Continue reading the complete post to learn more about the class and search mechanism. Don’t forget to read out my other blog posts too.

Published by on under CodeProject | Mango