Code download

Embedded Wizard project source code

In the course of this tutorial, we gradually authored and extended a sample application. You may download the whole project including all source files, packed inside a .zip archive by using the links given in Table 1 below:

Table 1. Embedded Wizard project source code packages
Lesson / chapter Project zip archive

Getting started with 'Hello world'

HelloWorldTutorial.zip

Adding your first GUI component

FirstComponentTutorial.zip

Making your GUI component truly reusable

ReusableComponentTutorial.zip

Integrating with your browser device

DeviceIntegrationTutorial.zip

Localizing your application

LocalizationTutorial.zip

Adding a language switcher

LanguageSwitcher.zip

Storing data permanently on your device

DataStorageDeviceTutorial.zip

The zip-archive represents the project once the lesson was finalized. If you want to work through a lesson, and need the project code as starting point, simply take the zip archive from the lesson before.

Source code of the tutorial website

This tutorial project in its entirety (Embedded Wizard code + code tutorial site) is hosted on GitHub. For further information refer to the README file of this repository.