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 75c61d2 Update data-binding.md
75c61d2 is described below
commit 75c61d20cb9dafd67539ff6a95e20410766c03f3
Author: Andrew Wetmore <[email protected]>
AuthorDate: Fri Dec 20 15:30:27 2019 -0400
Update data-binding.md
Added subhead
---
features/data-binding.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/features/data-binding.md b/features/data-binding.md
index deaaed4..d775ef5 100644
--- a/features/data-binding.md
+++ b/features/data-binding.md
@@ -21,6 +21,8 @@ permalink: /features/data-binding
---
# Data binding
+Update the UI in real time as displayed data changes
+
Royale, like Flex before it, makes it easy to create dynamic applications in
which a change to data automatically updates the display of that data in the
user interface, and potentially in calculations or other functions that use
that data. The feature that makes this possible without having to write lots of
code is *data binding*.