Introduction
The Kendo UI Mobile library contains a multitude of widgets that can be readily used in your mobile applications. These widgets allow you to build some of the common mobile-related workflows by configuring them to match your needs. Some of the commonly used widgets include ListView, ScrollView, ActionSheet, TabStrip, and Navbar. The library also provides a SplitView widget that can be used in tablet applications.
In this chapter, we will see how to create ListView that displays a flat or hierarchical collection of data; then, visit some of the configuration options that can be used to achieve some of the workflows, for example, building an endless scrolling list. The ActionSheet widget is then used to perform an action on the selected list element. We will also see how a gallery-like application can be created using the ScrollView widget. The SplitView widget is used in tablets to display two different views in a single page and bind the interaction between them.