Mobile UI widgets
Now let's get to the real deal and explore more Kendo UI Mobile widgets. We have used some of the widgets in Chapter 2, Building Your First Mobile Application, and in this chapter we will have a detailed look at more widgets.
These are the widgets provided by Kendo UI Mobile framework:
ActionSheet
Button
ButtonGroup
ListView
ModalView
NavBar
PopOver
Scroller
ScrollView
Switch
TabStrip
Touch
Drawer (introduced in Q2 2013)
Now let's go over all the widgets which are new to you, study how they work, and towards the end of the chapter we will integrate these widgets into our Movie Ticket application.
Note
The intention of this chapter is to get you started with Kendo Mobile widgets with an explanation of some important properties and methods, their usage, and some important tips. We are not providing a complete documentation of all the properties and methods of all the widgets because in every quarterly release, properties and methods are added/deprecated and so Kendo's API reference documentation...