Developing an end-to-end Windows Store app using JavaScript: Hilo

[This article is for Windows 8.x and Windows Phone 8.x developers writing Windows Runtime apps. If you’re developing for Windows 10, see the latest documentation]

****

Next page

The JavaScript version of the Hilo photo sample provides guidance to JavaScript developers who want to create a Windows 8 app using HTML, CSS, JavaScript, the Windows Runtime, and modern development patterns. Hilo comes with source code and documentation.

Download

After you download the code, see Getting started with Hilo for instructions.

Here's what you'll learn:

  • How to use HTML, CSS, JavaScript, and the Windows Runtime to create a world-ready app for the global market. The Hilo source code includes support for three languages.
  • How to implement tiles, pages, controls, touch, navigation, file system queries, suspend/resume.
  • How to implement the Model-View-Presenter and query builder patterns.
  • How to test your app and tune its performance.

Note  

 

Prerequisites

  • Windows 8
  • Microsoft Visual Studio 2012
  • An interest in JavaScript programming

Go to Windows Store app development to download the latest tools for Windows Store app development.

[Top]

Table of contents at a glance

Here are the major topics in this guide. For the full table of contents, see Hilo table of contents.

[Top]

Learning resources

If you're new to JavaScript programming for Windows Store apps, read Roadmap for Windows Store app using JavaScript. If you're new to the JavaScript language, see JavaScript fundamentals before reading this guidance.

The topic Writing code for Windows Store apps (JavaScript) contains important information for web developers learning how to write Windows Store apps.

You might also want to read Index of UX guidelines for Windows Store apps and Blend for Visual Studio to learn more about how to implement a great UX. The document Designing the UX explains how we designed the Hilo UX for both C++ and JavaScript.

[Top]