Quantcast
Browsing latest articles
Browse All 23 View Live

Windows Phone 8.1 and Windows Runtime Apps How to #12 – How to Add a...

If you are looking for a way to add Application Bar in your Windows Phone 8.1 App (Windows Runtime App) , you can use the BottomAppBar to add App Bar. Add the Command Bar under the BottomAppBar and...

View Article


Windows Phone 8.1 and Windows Runtime Apps How to #13 – How to Change the...

When you create a Windows Phone 8.1 app in Visual Studio 2013 , the MainPage.xaml is set as the default start page of the app . Sometimes , you might want to change the start page of the Windows Phone...

View Article


How to Use jQuery in Windows Store App ?

jQuery is one of the most popular JavaScript library and it can be used when building the Windows Store App as well. How to Add jQuery to a Windows Store Project ? You can add jQuery to a Windows Store...

View Article

Windows Phone 8.1 and Windows Runtime Apps How to #15 – Get screen resolution...

There are times when you want to get the windows phone device’s screen resolution programmatically from your Windows Phone 8.1 App . In some of my previous blog posts , i explained about the different...

View Article

Windows Phone 8.1 and Windows Runtime Apps How to #16 – Displaying External...

In Windows Phone 8 and earlier version , the developers could use the WebBrowser control or the WebBrowserTask to display external webpages within the app . If you want to display an external webpage...

View Article


Windows Phone 8.1 and Windows Runtime Apps How to #17 – Detect current User...

This article will demonstrate in simple steps in how to detect the current location of the use from a Windows Phone 8.1 App. Retrieving the current location in Windows Phone 8.1 is similar to...

View Article

Windows Phone 8.1 and Windows Runtime Apps How to #18 – Display Bing Map in...

Windows Phone 8.1 SDK provides the Uri scheme called bingmaps: which lets the developers to display a map using the built-in Maps apps from their app. The bingmaps Uri scheme in Windows Phone 8.1 is...

View Article

Windows Phone 8.1 and Windows Runtime Apps How to #19 – Specify the Minimized...

The Application Bar in Windows Phone 8 and Windows Phone 8.1 (Silverlight template) has the property Mode=”Minimized” which lets you to specify whether icon buttons are displayed when the app bar is...

View Article


Hide Status Bar in Windows Phone 8.1 App

In Windows Phone 8.1 XAML App , the Status Bar has been included which provides the similar functionality of the SystemTray from Windows Phone 8 app. The users can hide the Status Bar in Windows Phone...

View Article


Windows Store Error – The package identity associated with this update...

When submitted your Windows Phone 8.1 Silverlight app to the Windows Phone Store , there are times when you get the below error The package identity associated with this update doesn’t match the...

View Article
Browsing latest articles
Browse All 23 View Live