This sample provides completed versions of the apps you create by following the Create your first Windows Phone Store app using JavaScript tutorial series.
This sample provides completed versions of the apps you create by following the Create your first Windows Phone Store app using JavaScript tutorial series. It walks you through three simple app development scenarios, starting with a basic "Hello World."
As you walk through the development of these apps, you’ll learn about the basics of JavaScript, HTML5, and Cascading Style Sheets (CSS). You’ll learn about app lifecycle, app controls, and layouts.
Specifically, this sample includes code for:
- Part 1: Create a "Hello, world" app
- Part 2: Manage app life cycle and state
- Part 2: Manage app life cycle and state
Related topics
- Part 1: Create a "Hello, world" app
- Part 2: Manage app life cycle and state
- Part 3: PageControl objects and navigation
Operating system requirements
| Client | |
|---|---|
| Server | |
| Phone |
Build the sample
- Start Visual Studio Express 2013 for Windows --> and select File > Open > Project/Solution.
- Go to the directory in which you unzipped the sample. Go to the directory named for the sample, and double-click the Visual Studio Express 2013 for Windows Solution (.sln) file.
- Press F7 or use Build > Build Solution to build the sample.
Run the sample
To debug the app and then run it, press F5 or use Debug > Start Debugging. To run the app without debugging, press Ctrl+F5 or use Debug > Start Without Debugging.