Quantcast
Channel: WP7 – Developer Publish
Browsing index pages (51 articles)

Free Windows Phone Apps: A Developer’s Guide – eBook for Developers

Mike Ormand in his blog announces the release of the Windows Phone eBook “Windows Phone App – A Developers Guide” that is written by an team of Windows Phone experts and  available for free download...

View Article


How to convert HexaDecimal Number to Decimal , Octal and Binary Number using...

This is my fouth and last post of the series of the Number Converter for Windows Phone 7 sourcecode . In my previous posts i talked about How to convert Octal Number to Decimal , HexaDecimal and Binary...

View Article


Installing Windows Phone Power Tools

The Windows Phone Power Tools are a natural extension to the developer tools that come with the Windows Phone SDK. Instead of allowing you to only install developer xaps the Power Tools let you test...

View Article

How to convert Octal Number to Decimal , HexaDecimal and Binary Number using...

This is my third post of the series of the Number Converter for Windows Phone 7 sourcecode. In my previous posts I talked about Number Converter for WP7 – How to convert Decimal Number to Binary ,...

View Article

Windows Phone Toolkit – August 2011 is now available for download

The Windows Phone Toolkit – August 2011 (7.1 SDK) was released a few days back and is now available for download from the codeplex site . The August 2011 version of the Windows Phone Toolkit the Mango...

View Article


Nokia Lumia WP7 Emulator Skin from Telerik

View Article

Windows Phone Widget Library for Windows Phone 7 Development

View Article

Microsoft’s Free Windows Phone Campaign to Students in India

View Article


Tiles in Windows Phone Mango – Part 2 : Tile Properties

View Article


Q&A #14 – What are the different Transformation Types available for WP7?

What are the different Transformation Types available for WP7? Scale Rotate Translate Skew Composite

View Article

Q&A #12 – What are the different Brush Types available in Windows Phone?

What are the different Brush Types available in Windows Phone? SolidColor Brush LinearGradient Brush RadialGradient Brush Image Brush

View Article

Q&A #11 – What are the basic shapes available for WP7 Development ?

What are the basic shapes available for WP7 Development? Line Ellipse Rectangle Polyline Polygon Path

View Article

How to find if the Application is returning from Dormant or Tombstoned State...

In Windows Phone Mango, when the App is deactivated, it puts the App into the dormant state. This state provides the Fast Switching support where the App is still in memory… When the App returns from...

View Article


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

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...

View Article

What’s wrong with this WP7 Code ?

Here’s a sample code that i was trying for databinding the AutoCompleteBox in Windows Phone 7 . I was trying to bind a custom object to the AutoCompleteBox and ended up looking at the code for nearly...

View Article


Image may be NSFW.
Clik here to view.

How to return JSON instead of XML in ASP.NET Web API when using Chrome ?

When using the ASP.NET Web API in Google Chrome , there are times when you see the XML output instead of JSON. You might want to request JSON data so that you can view it in the browser. How to return...

View Article

Image may be NSFW.
Clik here to view.

MissingMethodException ‘Xamarin.Forms.Device.get_RuntimePlatform’ in...

There are times when you might get the System.MissingMethodException ‘Xamarin.Forms.Device.get_RuntimePlatform’ when working with the Xamarin.Forms application and using the method...

View Article


Image may be NSFW.
Clik here to view.

Using Conditional Compilation in Xamarin Shared Project for iOS

There are times when you might want to perform an action that is specific to a device in the Xamarin Shared Project. For example , assume that you have to set the string named title within the Xaml...

View Article

Image may be NSFW.
Clik here to view.

How to Change the Start Page of the Xamarin Forms Application ?

By default , when you create a new Xamarin Forms application in Visual Studio , it creates a MainPage.xaml in the portable (PCL) project and this is set as the start page of your android and iOS...

View Article

Image may be NSFW.
Clik here to view.

F# Recipe #3 – program to find if the number is positive or negative

Problem Write a program in F# to find if the given number is a positive or negative number. F# program to find if the number is positive or negative. // Learn more about F# at...

View Article
Browsing index pages (51 articles)


Latest Images