A compiled list of possible sources of improvement are below: General Make use of a profiler to discover memory leaks and performa...
Showing posts with label Advanced. Show all posts
Showing posts with label Advanced. Show all posts
Monday, August 17, 2015
Wednesday, May 29, 2013
How to set advanced properties for video recording in WP8
Windows Phone 8 provides a robust array of options for video recording, including CaptureSource, VideoCaptureDevice, and AudioVideoCaptur...
How to get the Unique Device ID in WP8 using Oxygene?
In Windows Phone 8, you can easily get the Unique Device ID using the DeviceExtendedProperties.GetValue or DeviceExtendedProperties.TryGe...
Metro Character Progress Control
I have just published a custom control which would display a percentage value in the middle of a character. The character is currently of...
Thursday, May 16, 2013
My essential tools and resources for Windows 8 & Windows Phone development
Here's another handy list of tools, this time for Windows Phone and Windows 8 development. Visual Studio provides an amazing array of...
Saturday, January 26, 2013
Today Window's Phone Development Resources, Articles and Tutorials
Windows Phone Tutorial, Development & Programming Blog 1. Scale Text To View Port in Windows Phone This example shows how you c...
Friday, January 18, 2013
Windows Phone Tutorial, Development & Programming Blog
Windows Phone Tutorial, Development & Programming Blog 1.Text Crawl Example in Windows Phone Development This example shows ho...
Friday, January 11, 2013
Naive Text Example in Windows Phone
This example shows how you can draw naiveText using XNA in windows phone. Algorithm: 1.) Create a new project by File-> New Project name...
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...
Telerik Rad Notification using AJAX
Telerik Rad Notification using AJAX Introduction Today, in this article let's play around with one of the interesting and most useful c...
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...
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...
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...
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...
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...
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...
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...
Saturday, December 8, 2012
Today's Window Phone Development Resources and Articles
Windows Phone Tutorial, Development & Programming Blog 1. Flip Button Example in Windows Phone Development This example shows how yo...
Sunday, December 2, 2012
Implementing in-app purchasing in Windows Phone 8
iOS developers have demonstrated a pretty consistent way to create revenue streams in mobile apps: in-app purchases. Don't reinvent the...
Key Windows Phone Development Concepts
Tim Murphy was studying for his Designing and Developing Windows Phone Applications certification tests, and thought it would be a great id...