Online Free Computer Tutorials.: Window Phone Tutorials

'Software Development, Games Development, Mobile Development, iOS Development, Android Development, Window Phone Development. Dot Net, Window Services,WCF Services, Web Services, MVC, MySQL, SQL Server and Oracle Tutorials, Articles and their Resources

Showing posts with label Window Phone Tutorials. Show all posts
Showing posts with label Window Phone Tutorials. Show all posts

Friday, January 11, 2013

Sunday, January 6, 2013

Saturday, January 5, 2013

Window Phone: How to Easily Store User Settings

Here's a base class for Windows Phone apps which I've been using to store user settings. It wraps the IsolatedStorageSettings an...
Read More

How to determine screen resolution on WP

This is a very common scenario most developers stumble across - they are building an app for Windows Phone and have to target all 3 scre...
Read More

Saving the WP8 Emulator State

Saving the emulator state between runs was one of the feature needed for the Windows Phone emulator, but till now it is not officially s...
Read More

Writing Files in Background on WP8 – Use IsolatedStorageFile

In some situations, you might want to write data to your local application folder from a background agent, such as a PeriodicTask. In Wi...
Read More

Thursday, December 27, 2012

How to develop for WP8 on your Mac

Interested in developing apps for Windows Phone 8, but you are developing on a Mac? No problem...check out the guide below to find a var...
Read More

WPF Splash Screens

It may seem odd to blog about something as mundane as WPF splash screens. After all, it's a solved problem, right? Wrong. I think th...
Read More

Updating my WP App to WP8

Earlier this year I wrote a small Windows Phone 7 application in a day called Lost Phone Screen. It creates lock screens for you with yo...
Read More

How to Change the Start Page of the WP8 Application in VS2012?

When developing a Windows Phone 8 App, you might want to rename the default MainPage.xaml file or wish to change the Start Page of the W...
Read More