You can define a new class using WinJS.class.define when developing Windows Store App using Javascript.
How to Create a Class in Javascript in WinJS ?
The WinJS.Class.define method can be used to create a new class in WinJS . It …
You can define a new class using WinJS.class.define when developing Windows Store App using Javascript.
The WinJS.Class.define method can be used to create a new class in WinJS . It …
When developing Windows Store App using WinJS library , there are times when you want to create a namespace . You can use the WinJS.Namespace.define() method to create a namespace. Below is a sample code snippet demonstrating how to create …
There are 5 different templates that are available in Visual Studio 2013 for the developers developing Windows Store App .
1. Blank App – This is one of the basic template which contains a single …
If you want to close the Windows Store App in Windows 8.1 by swiping down from the top of the screen to the bottom .
You can close …
XAP is the file which is used to deploy the app to the unlocked windows phone 8 device or submit the app for windows phone store.
In simple terms, XAP is the output of the Windows Phone 8 project in …