That concludes the introductory tutorial. In summary, we now:
have seen how to build an application whose UI is largely dictated by its business classes, not by hand-written UI code
significantly reduced the amount of UI code needed in our applications
have seen how to build an application that targets multiple platforms. If we were to add a new field to one of the business classes
(say, numberOfChildren to PersonalContact), it would automatically appear
and be functional on every platform.