You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by an...@apache.org on 2019/12/14 10:42:45 UTC

[royale-asjs.wiki] branch master updated: Updated Royale in a Week project (markdown)

This is an automated email from the ASF dual-hosted git repository.

andreww pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-asjs.wiki.git


The following commit(s) were added to refs/heads/master by this push:
     new fc691fc  Updated Royale in a Week project (markdown)
fc691fc is described below

commit fc691fc85cdd26b2adc583deb8b1169bf8b94a05
Author: Andrew Wetmore <an...@cottage14.com>
AuthorDate: Sat Dec 14 06:42:41 2019 -0400

    Updated Royale in a Week project (markdown)
---
 Royale-in-a-Week-project.md | 53 +++++++++++++++++++++++++++++++--------------
 1 file changed, 37 insertions(+), 16 deletions(-)

diff --git a/Royale-in-a-Week-project.md b/Royale-in-a-Week-project.md
index 21d9a14..9a00f82 100644
--- a/Royale-in-a-Week-project.md
+++ b/Royale-in-a-Week-project.md
@@ -6,9 +6,11 @@ I am putting in italics all the entries in "Flex in a Week" that are not particu
 
 ## Flex in a Week
 
-* Prerequisites
-  * IDE
-  * Other stuff...
+* Introduction
+  * Welcome
+  * Prerequisites
+    * IDE
+    * Other stuff...
 
 * Day 1 - Introducing Flex
   * Introducing Flex _and Flash_
@@ -46,14 +48,12 @@ I am putting in italics all the entries in "Flex in a Week" that are not particu
 ***
 
 ## Stuff to include in Royale in a Week
-  * PAYG versus Just in Case
-  * Strands and beads
-  * Component sets
+
   * Unit testing
   * Migrating existing Flex apps / Emulation
   * Incorporating JS libraries
   * Style sheets
-  * States, transitions, dynamic displays
+
   
 ***
 
@@ -61,30 +61,51 @@ I am putting in italics all the entries in "Flex in a Week" that are not particu
 ## Royale in a Week
 
 * Prerequisites
-  * IDE
+  * IDE or comfort with command line
   * Git or other code repository
   * Website for testing
-  * Other stuff
+  * Appropriate Royale SDK
 
 * Day 1 - Introducing Royale
   * Hello, Royale!
     * From Flex to Royale
     * How Apache Royale works
   * Why Royale?
+  * Royale features
+    * PAYG versus Just in Case
+    * Strands and beads
   * Your development environment
+  * Building a data-driven Royale application
   * Your project structure
-  * Write and run your first Royale app
+  * Organizing visual elements and code
+
+* Day 2 - Data Basics
+  * Understanding event-driven development
+  * Retrieving remote data
+  * Creating a typed data model
 
-* Day 2 - Data basics
+Day 3 - Dynamic Data Display
+  * Extending events
+  * Sending remote data
+  * Validating and formatting data
+  * More about handling data
+  * Incorporating JS libraries
+
+* Day 4 - User interface basics
+  * Royale component sets
+  * Displaying data with the DataGroup container
+  * Displaying data with List-based control
+  * Creating and navigating "pages" in a UI
+  * States
 
-* Day 3 - User interface basics
+* Day 4 - Adding Visual Appeal
+  * CSS and styling
+  * Transitions, dynamic displays
+  * Localization
 
-* Day 4 - Dynamic data display
 
-* Day 5 - User experience
+* Day 5 - Testing, error handling, security
 
-* Day 6 - Testing, error handling, security
 
-* Day 7 - Compiling and releasing Royale apps
 
 * Next steps