Wednesday 5 November 2014

The Two Sets of APIs to Build Windows Runtime Apps

These APIs are Windows Runtime and WinJS.  The latter enables you to build HTML/JavaScript applications with equivalent functionality to XAML (specifically the Windows.UI.Xaml namespace equivalent functionality).

WinJS.Application provides application level functionality such as activation, storage and application events. When you create a new Windows JavaScript application, you'll see this namespace referenced in the default.js under the js folder of your solution.

No comments: