Posts

Localizing a Windows Phone 8 Application

Recent store trends show that offering your app in English will cover only about 25% of Windows Phone customers. Adding Spanish, French, Mandarin, Russian, and German can increase coverage to more than 75% of Windows Phone customers. In this tutorial, I will teach you how to localize a Windows Phone 8 app to reach more potential customers.
Localizing a Windows Phone 8 Application

Working With Local Databases on Windows Phone 8

In this article, we focus on working with local databases that live in your app’s isolated storage. You’ll learn about database operations using LINQ, database schemas as well as how to fetch data from a local database.
Working With Local Databases on Windows Phone 8

Working With Isolated Storage on Windows Phone 8

Isolated storage is used to store local data on a Windows Phone. It is isolated because other applications can’t access this data. In this tutorial you’ll get an overview of isolated storage and learn how you can use it to store data more securely on Windows Phone 8.
Working With Isolated Storage on Windows Phone 8

Implementing In-App Purchase on Windows Phone 8

In-app purchases are an excellent way to increase revenue for your Windows Phone app. In this tutorial, I’ll be showing you how to implement in-app purchases in a Windows Phone 8 Silverlight application.
Implementing In-App Purchase on Windows Phone 8