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 ArticleWindows 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 ArticleHow 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 ArticleWindows 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 ArticleWindows 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 ArticleWindows 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 ArticleWindows 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 ArticleWindows 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 ArticleHide 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 ArticleWindows 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