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-docs.git
The following commit(s) were added to refs/heads/master by this push:
new d54cf3a Update tutorials.md
d54cf3a is described below
commit d54cf3a4d65965989139669addfbda861de4f2f9
Author: Andrew Wetmore <[email protected]>
AuthorDate: Mon Dec 16 07:28:05 2019 -0400
Update tutorials.md
Added links to some blog posts.
---
tutorials.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/tutorials.md b/tutorials.md
index c0b68fa..e934864 100644
--- a/tutorials.md
+++ b/tutorials.md
@@ -31,5 +31,8 @@ Blog articles
* <a
href="https://royale.apache.org/dividing-an-apache-royale-application-with-modules/"
target="_blank">Dividing an Apache Royale application with modules</a>
* <a
href="https://royale.apache.org/using-external-javascript-libraries-in-apache-royale/"
target="_blank">Using external JavaScript libraries in Apache Royale</a>
+ * <a
href="https://royale.apache.org/how-to-create-a-desktop-application-with-royale-and-electron/"
target="_blank">How to create a desktop application with Royale and
Electron</a>
+ * <a
href="https://royale.apache.org/loading-external-data-through-httpservice/"
target="_blank">Loading external data through HTTPService</a>
+ * <a
href="https://royale.apache.org/using-view-states-to-show-or-hide-content/"
target="_blank">Using View States to show or hide content</a>
<a href="https://https://royale.apache.org/tourdejewel/" target="_blank">Tour
de Jewel</a> is an ever-expanding set of examples of how to use the [Jewel
component set](component-sets/jewel) to build a user interface that will
deliver what you want and provide a great user experience.