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 c144e4a Updated Royale in a Week project (markdown)
c144e4a is described below
commit c144e4a4f9b29f56e184668197ebd03e2736512a
Author: Andrew Wetmore <[email protected]>
AuthorDate: Thu May 9 19:46:52 2019 -0300
Updated Royale in a Week project (markdown)
---
Royale-in-a-Week-project.md | 27 ++++++++++++++++++++-------
1 file changed, 20 insertions(+), 7 deletions(-)
diff --git a/Royale-in-a-Week-project.md b/Royale-in-a-Week-project.md
index 71ddbdd..a04220a 100644
--- a/Royale-in-a-Week-project.md
+++ b/Royale-in-a-Week-project.md
@@ -2,25 +2,38 @@ In this file I will lay out the table of contents of the old
[Flex in a Week](ht
Although I gained a lot from Flex in a Week, I found some of its structure a
little odd, or not in the ideal order. Beyond that, there are features of
Royale, like strands and beads, that do not exist in the old material.
+I am putting in italics all the entries in "Flex in a Week" that are not
particularly relevant to Royale.
+
## Flex in a Week
* Prerequisites
* First thing
* Day 1 - Introducing Flex
- * Introducing Flex and Flash
- * Flex in the client/server world
- * Setting up Flash Builder
+ * Introducing Flex _and Flash_
+ *_ Flex in the client/server world_
+ * _Setting up Flash Builder_
* Building a data-driven Flex application
* Organizing visual elements and code
* Day 2 - Event and Data Basics
+ * Understanding event-driven development
+ * Retrieving remote data
+ * Creating a typed data model
* Day 3 - Data Handling and Manipulation
-
-* Day 4
-
-* Day 5
+ * Extending events
+ * Sending remote data
+ * Validating and formatting data
+ * More about handling data
+
+* Day 4 - Page Layout and Animation
+ * Displaying data with the DataGroup container
+ * Displaying data with List-based control
+ * Creating and navigating "pages" in a UI
+ * _Animating components and states_
+
+* Day 5 - Adding Visual Appeal
* Day 6