Welcome to the second attempt at writing up Palm's first official webOS / Mojo SDK tutorial. This incarnation is much shorter than the previous and is split into two parts; one for the application that was built during the webcast and the other for the more advanced stuff that was discussed briefly at the end of the presentation. The second part will be posted tomorrow. Update: Will be posted Monday.
A great high-level overview of the material covered during the webcast by Mitch Allen was written up by Andrew last week. This article will get into the technical details of the code tutorial section. If you're new to web development, you may want to start with our beginner or intermediate tutorials before diving in.
Topics covered in this tutorial:
- appinfo.json - what makes this file so important
- index.html - what goes into this file
- stage assistants - a very simple example that demonstrates pushing the first scene of an application
- scenes - palm-specific css styles, UI widgets
- scene assistants - moving between scenes, passing data between scenes
If you're just here to grab the sample application code, you can find it here. To view the actual webcast in which this material was presented, click here.