Royale cookbook project - apache/royale-asjs GitHub Wiki
Royale Cookbook
The model for this is the O'Reilly Flex 4 Cookbook. It has hundreds of "recipes", divided into over 20 categories, for how to do all sorts of stuff in Flex.
Proposal
We create the Royale Cookbook as a series of short videos (each one 5 minutes max) to show how do to things in Royale. We post them on social media, with links to downloadable code samples and presentation transcripts. Where appropriate, the video links back to existing documentation, blog entries, or Tour de Royale examples.
Categories
I am basing this list on the sections in the Flex 4 Cookbook, with extra categories in italics.
-
Royale basics (including strands and beads)
-
Containers
-
Layout
-
Graphics
-
Components
-
Skinning, styles, themes
-
Text and TextFlows
-
Lists and ItemRenderers
-
DataGrid
-
Video
-
Animation and Effects
-
Collections
-
Data Binding
-
Validating, formatting, regular expressions
-
Working with services and server-side communications
-
Browser communication
-
Modules and runtime shared libraries
-
Charting
-
Unit testing
-
Compiling, debugging, deploying
-
Internationalization, Accessibility, Printing
Video format (five minutes maximum)
- Standard intro and outro to make clear they are part of a series
- Quick statement of what Royale feature this video touches
- Problem statement: You need to do X
- High-level how to do it
- Step-by-step. Start with a running example that does not have the needed feature, end with the running example with the feature added.
- Summary, significant observations
Downloadable code samples, transcript