January 2016
Intermediate to advanced
278 pages
4h 53m
English
We have created four simple but powerful new views types that can be used easily on projects, minimizing the effort and making less redundant code. In the next section, we will convert our contacts project into a more complex project, using what we have learned here:

Figure 2.4: Application root layout
Our application will have a root layout with three sections:
This layout description is not a Layout object; instead, it describes the HTM root content:
<!doctype html> <html lang=""> <head> <meta charset="utf-8"> ...
Read now
Unlock full access