May 2019
Intermediate to advanced
504 pages
11h 50m
English
In a single-page view, as the name suggests, a single view is used for the content and possible user interaction, and actions are either executed on this view or on action sheets. Depending on the design requirements, this view can be implemented using either ContentPage or TemplatedPage:

ContentPage is among the most commonly used page definitions. Using this page structure, developers are free to include any layout and view elements within the content definition of a content page.
In order to create the item list view that was previously demonstrated, we start by creating our content page:
<?xml version="1.0" encodingRead now
Unlock full access