How To’s

How to find out the Space in isolated storage in Windows Phone?

How to find out the Space in isolated storage in Windows Phone? The IsolatedStorageFile class in Windows Phone provides the methods that indicate the amount of space (free/total space) for isolated storage. The IsolatedStorageFile class has the following members Read more about How to find out the Space in isolated [...]

Share

Read more...

Be the first to comment - What do you think?
Posted by - July 8, 2012 at 9:17 am

Categories: How To's   Tags: , ,

How to Encrypt Data in Windows Phone using Data Protection API?

How to Encrypt Data in Windows Phone using Data Protection API? If you are a Windows Phone Developer and deal with some sensitive data like passwords etc., you can utilize the Data Protection API that is part of the Windows Phone 7.1 SDK. One of the interesting aspects of the [...]

Share

Read more...

Be the first to comment - What do you think?
Posted by Admin - June 18, 2012 at 3:25 pm

Categories: How To's   Tags: , ,

How to Set Clipboard text (Copy Paste) programmatically in Windows Phone?

How to Set Clipboard text (Copy Paste) programmatically in Windows Phone? If you have to set the Clipboard text programmatically in your Windows Phone, you can use the Clipboard Class that is defined in the System.Windows Namespace. Clipboard is a static class that exposes 3 properties 1. ContainsText 2. GetText [...]

Share

Clipboard,How to,Set,WIndows Phone

Be the first to comment - What do you think?
Posted by - June 11, 2012 at 4:50 pm

Categories: How To's   Tags: , , ,

Telerik RadControls for Windows Phone – Article #8 – RadHubTile

The RadHubTile control which is a part of the Telerik RadControls for Windows Phone suite brings the Windows Phone home screen experience to your App. The hub tile or live tiles provides the tile behaviors like animations, update of data on tiles etc. To add the RadHubTile to your Windows [...]

Share

Read more...

Be the first to comment - What do you think?
Posted by Admin - May 27, 2012 at 9:43 am

Categories: How To's, Windows Phone 7   Tags: , , ,

How to turn your Android Phone to Windows Phone?

Metro UI is getting very popular these days with its usage in Windows Phone, Windows 8 etc. . . . The Tiles in the start screen is one of the major attractions for the Metro UI on Windows Phone and Windows 8. How to turn your Android Phone to Windows [...]

Share

Read more...

Be the first to comment - What do you think?
Posted by Admin - May 25, 2012 at 4:23 pm

Categories: How To's, Windows Phone 7   Tags: , , ,

How to Create Splash Screen in Windows Phone?

Splash Screen makes your App look good when it is loading initially. It might be a good idea to have a splash screen especially for the apps that takes some time to load. How to Create Splash Screen in Windows Phone? You can create Splash Screen in Windows Phone in [...]

Share

Read more...

Be the first to comment - What do you think?
Posted by - May 18, 2012 at 5:38 pm

Categories: How To's, Windows Phone 7   Tags: , ,

Telerik RadControls for Windows Phone – Article #7 – Using Custom Objects in RadAutoCompleteBox

In one of my earlier blog post , i explained about RadAutoCompleteBox showing how to display suggestions using a List of string . I had a requirement to bind custom object to the Suggestion List to the RadAutoCompleteBox and had to take help of the Telerik Support Team to get [...]

Share

Read more...

Be the first to comment - What do you think?
Posted by Admin - April 25, 2012 at 4:29 pm

Categories: How To's   Tags: , ,

How to display Suggestions in ‘on screen keyboard’ for a textbox in Windows Phone app?

In the standard Windows Phone functions like messaging or Email App, when you enter a text, you will see the list of suggestions for the text you are typing in the top of on screen keyboard. Similarly, we can display the suggestions for a textbox in the on screen keyboard [...]

Share

Read more...

Be the first to comment - What do you think?
Posted by - April 7, 2012 at 12:30 pm

Categories: How To's   Tags: , , ,

Telerik RadControls for Windows Phone – Article #6 – RadAutoCompleteBox

RadAutoCompleteBox is a Autocomplete textbox that is part of the RadControls for Windows Phone . The RadAutoCompleteBox provides a textbox along with additional functionality of providing the suggestion based on the characters the user types in the textbox . To add the RadAutoCompleteBox to your Windows Phone App , you [...]

Share

Read more...

Be the first to comment - What do you think?
Posted by Admin - April 4, 2012 at 4:13 pm

Categories: How To's   Tags: , , ,

Is this Windows Phone Calculator Bug ?

Just noticed one of the error in Windows Phone Calculator when performing an calculation … Below are steps to reproduce this 1. Open the Windows Phone Calculator and switch to the LandScape view. Read more about Is this Windows Phone Calculator Bug ? @windowsphonerocks.com  

Share

Read more...

Be the first to comment - What do you think?
Posted by - April 3, 2012 at 3:13 pm

Categories: How To's   Tags: , ,

Double Wide Tiles in Windows Phone

If you noticed the Windows Phone start screen , you will find that there are few double wide tiles there . These include Calender Pictures HTC Weather App Tile ( HTC Phones ) if installed . One of the tiles that provides double wide tiles when Read more about Double [...]

Share

Read more...

Be the first to comment - What do you think?
Posted by Admin - March 18, 2012 at 9:45 am

Categories: How To's   Tags: ,

Telerik RadControls for Windows Phone – Article #5 – RadRating – Rating Control

Telerik RadControls for Windows Phone provides the RadRating , a rating control that enables the developers to implement the rating mechanism in their Windows Phone Application . The RadRating control allows the user to rate something by tapping and selecting the value from the range of values . To add [...]

Share

Read more...

Be the first to comment - What do you think?
Posted by Admin - March 13, 2012 at 4:35 pm

Categories: How To's   Tags: , , ,

Telerik RadControls for Windows Phone – Article #4 – UnKnown Namespace Error

If you are getting the similar “UnKnown Namespace ” Error like the one shown in the screenshot below when using the Telerik RadControls for Windows Phone , then it might be because of the wrong namespace being declared in the PhoneApplicationPage. The type ‘RadRating’ was not found because ‘http://schemas.telerik.com/windowsphone’ is [...]

Share

Read more...

Be the first to comment - What do you think?
Posted by Admin - February 29, 2012 at 3:05 pm

Categories: How To's   Tags: , ,

How to retreive the TimeZone programatically in Windows Phone ?

The Windows Phone users can set the time zone via the Settings -> Datetime Form in the Windows Phone.   By default , the time zone was “UTC +05:30 Chennai,Kolkatta,Mumbai,New Delhi” on my Windows Phone that was set via the “Set automatically” option. Read more about How to retreive the [...]

Share

Read more...

Be the first to comment - What do you think?
Posted by Admin - February 28, 2012 at 3:46 pm

Categories: How To's   Tags: ,

Telerik RadControls for Windows Phone – Article #3 – Invisible Events Tab issue in the Properties Window

Today, when I was working with the Telerik RadControls for Windows Phone, I noticed that for all the controls and pages, the Events tab was invisible in the Properties Window. I was unable to trigger the event for example “Click” event of the Button in the Visual Studio Designer.   [...]

Share

Read more...

Be the first to comment - What do you think?
Posted by Admin - February 27, 2012 at 4:38 pm

Categories: How To's   Tags: , ,

Telerik RadControls for Windows Phone – Article #2 – How to add controls to Visual Studio 2010 toolbox ?

If you have installed the Telerik RadControls for Windows Phone and could not see the controls in the Visual Studio 2010 , here’s a tip to get the controls in the Visual Studio 2010 toolbox. 1. Add a new Tab in Visual Studio and name it “Telerik RadControls” Read more [...]

Share

Read more...

Be the first to comment - What do you think?
Posted by Admin - February 26, 2012 at 8:28 am

Categories: How To's   Tags: , , ,

Telerik RadControls for Windows Phone – Article #1 – Introduction and Installation

RadControls for WP7 from Telerik enables the Windows Phone developers to create beautiful and powerful Windows Phone Apps easily. RadControls for Windows Phone offers additional controls and its capabilities for the Windows Phone 7 development. These controls includes Read more about Telerik RadControls for Windows Phone – Article #1 – [...]

Share

Read more...

Be the first to comment - What do you think?
Posted by Admin - February 19, 2012 at 8:03 am

Categories: How To's   Tags: , ,

Scheduling Notification in Windows Phone – Reminders

Share Email Earn FacebookTwitterGoogle+Lockerz GrabDeliciousDiggGoogle BookmarksMySpaceStumbleUponRedditMessengerVodpodYahoo BookmarksBeboMister-WongWordPressGoogle ReaderOrkutXINGEvernoteNetvibes ShareStrandsPosterousBusiness ExchangeArtoTipdSmakNewsPlurkAIMYahoo MessengerIdenti.caMozillacaBlogger PostTypePad PostBox.netPinterestNetlogTechnorati FavoritesCiteULikeJumptagsHemidemiFunPInstapaperPhoneFavsXerpiNetvouzWinkDiigoBibSonomyBlogMarksTailrankStartAidKledyKhabbrMeneameYoolinkBookmarks.frTechnotizieNewsVineMultiplyFriendFeedPlaxo PulsePingSquidooProtopage BookmarksBlinklistFavesYiGGWebnewsSegnaloPushaYouMobSlashdotFarkAllvoicesJamespotImera BrazilTwiddlaLinkaGoGounalogHuggDiglogNowPublicTumblrLiveJournalCurrentHelloTxtSpurlYampleOneviewLinkatopiaSimpyLinkedInBuddyMarksAsk.com MyStuffViadeoMapleWistsConnoteaBackflipMyLinkVaultSiteJotSphinnDZoneCare2 NewsHyvesSphereBitty BrowserGabbrSymbaloo FeedsTagzaFolkdNewsTrustAmazon Wish ListPrintFriendlyRead It LaterTuentiEmailRediff MyPage Google GmailYahoo MailHotmailAOL MailAny email     By Lockerz In Windows Phone, one can display the Scheduling Notification dialog box using Alarm Reminders The Scheduling Notification [...]

Share

Read more...

Be the first to comment - What do you think?
Posted by Admin - February 16, 2012 at 2:53 pm

Categories: How To's   Tags: , ,

Windows Phone and PhoneGap – Article #14 – Detect Hardware back button press

The default behaviour of the hardware back button in Windows Phone is to close the current application and go back to the previous App or screen that was launched prior to lauching this App . In Windows Phone 7 (Silverlight or XAML App ) , you can detect the hardware [...]

Share

Read more...

Be the first to comment - What do you think?
Posted by Admin - February 15, 2012 at 4:03 pm

Categories: How To's   Tags: , ,

Windows Phone and PhoneGap – Article #13 – Retreive Picture from Windows Phone Picture Library

In my previous blog post , i wrote about the PhoneGap API to take picture via Camera in Windows Phone . The navigator.camera.getPicture method was used to take picture via Camera in Windows Phone and the same function can be used to retreive the picture from the Windows Phone Picture [...]

Share

Read more...

Be the first to comment - What do you think?
Posted by Admin - February 7, 2012 at 3:17 pm

Categories: How To's   Tags: , ,

Windows Phone and PhoneGap – Article #12 – Take picture via Camera in Windows Phone

The PhoneGap provides the Camera.getPicture method that lets the user to take photo using the camera in Windows Phone . Infact , its the camera object that provides access to the Windows Phone Camera in PhoneGap … To open the Windows Phone’s camera to take the picture , just call [...]

Share

Read more...

Be the first to comment - What do you think?
Posted by Admin - February 5, 2012 at 9:48 am

Categories: How To's   Tags: , ,

Windows Phone and PhoneGap – Article #11 – Make a Phone Call – Part 1

In this blog post , i will show you a simple trick to make a phone call to a number using PhoneGap . If you are developing App using silverlight framework in Windows Phone SDK , we can make use of the PhoneCallTask to make a call in Windows Phone [...]

Share

Read more...

Be the first to comment - What do you think?
Posted by Admin - January 20, 2012 at 5:31 pm

Categories: How To's   Tags: ,

Windows Phone and PhoneGap – Article #10 – Beep sound

Well , this is something simple which can be done in 1 line of code if you are using PhoneGap for Windows Phone .   If you are using Windows Phone SDK and developing App in Silverlight or XNA , you might end up using the SoundEffect class to load [...]

Share

Read more...

Be the first to comment - What do you think?
Posted by Admin - January 19, 2012 at 2:33 pm

Categories: How To's   Tags: ,

Windows Phone and PhoneGap – Article #9 – Handling Orientation – Part 1

If you have noticed the PhoneGap Windows Phone Project , you will find a MainPage.XAML page where the PhoneGap runs . By Default , the Windows Phone Silverlight Application runs in the Portrait mode .   To support the Windows Phone PhoneGap application to support both the orientation ( Portrait [...]

Share

Read more...

Be the first to comment - What do you think?
Posted by Admin - January 15, 2012 at 10:39 am

Categories: How To's   Tags: ,

Windows Phone and PhoneGap – Article #8 – Retreive Device Information

The Windows Phone SDK provides the DeviceStatus class to retreive the Device specific information like DeviceFirmwareVersion DeviceHardwareVersion DeviceManufacturer DeviceName and more… Read more about Windows Phone and PhoneGap – Article #8 – Retreive Device Information @ WindowsPhoneRocks.com

Share

Read more...

Be the first to comment - What do you think?
Posted by Admin - January 14, 2012 at 4:38 pm

Categories: How To's   Tags: ,

Windows Phone and PhoneGap – Article #7 – Check for Network Connections

If you want to find out the connection information of your Windows Phone using PhoneGap you can use the connection object . The navigator.network.connection.type – lets the developers know about the currrent device’s connection states and in simple terms lets you know the type of connection , your Windows Phone [...]

Share

Read more...

Be the first to comment - What do you think?
Posted by Admin - January 11, 2012 at 4:51 pm

Categories: How To's   Tags: ,

Windows Phone and PhoneGap – Article #6 – Make your WP7 Vibrate

The Windows Phone SDK in Silverlight provides the class VibrateController which the developer can make use of it to vibrate the phone . All that the developer has to do is create an instance of the VibrateController and call the start method with the timespan . Read more about Windows [...]

Share

Read more...

Be the first to comment - What do you think?
Posted by Admin - January 10, 2012 at 5:26 pm

Categories: How To's   Tags: , ,

Windows Phone and PhoneGap – Article #5 – Displaying MessageBox in PhoneGap – Part 2

In my previous post , i explained about displaying MessageBox in Windows Phone using PhoneGap that had only the OK button . In this blog post , i will show you how to create a MessageBox with confirmation ( OK and Cancel ) using PhoneGap . If you were doing [...]

Share

Read more...

Be the first to comment - What do you think?
Posted by Admin - January 7, 2012 at 10:17 am

Categories: How To's, Windows Phone 7   Tags: , ,

Windows Phone and PhoneGap – Article #4 – Displaying MessageBox in PhoneGap – Part 1

The PhoneGap API provides the method “notification.alert” to display the alert or message box to the end user in the Windows Phone App . For example , if you want to display the messagebox on the click of the button , include the following Read more @ WindowsPhoneRocks.com  

Share

Read more...

Be the first to comment - What do you think?
Posted by Admin - December 31, 2011 at 12:34 pm

Categories: How To's   Tags: ,

Windows Phone and PhoneGap – Article #3 – No Script Engine Error

This was one of the errors that i received when compiling my first Windows Phone Application using PhoneGap . The description of the error message was “There is no script engine for file extension “.js”” Read more @ WindowsPhoneRocks.com

Share

Read more...

Be the first to comment - What do you think?
Posted by Admin - December 28, 2011 at 6:47 am

Categories: How To's   Tags: ,

Next Page »