- INSTANT Kendo UI Mobile
- Sagar Ganatra
- 1218字
- 2021-08-13 16:36:23
Preface
Kendo UI is a HTML5, jQuery-based framework for building rich web applications. The framework contains a comprehensive set of UI widgets, a data visualization framework, a mobile framework, and several tools that enable you to build rich web applications rapidly. This book provides a set of recipes for building intuitive applications for the mobile platform. The Kendo UI Mobile framework contains several UI widgets and an application framework that enables you to build and configure the mobile applications.
The mobile framework renders the application by providing a native look and feel on various mobile platforms including iOS, Android, and Blackberry. This allows developers to focus on the functionality of the application and rely on the framework to provide a native look and feel.
What this book covers
Downloading Kendo UI Mobile (Simple) helps you download the Kendo UI framework and take a look at the various bundles that are packaged in the framework.
Creating a sample application (Simple) gets us started with the Kendo UI Mobile framework and build a sample application using the same. We will also see some of the Mobile UI widgets, such as layouts, views, navbar, and tabstrip in brief.
Using the Application object to configure the application (Intermediate) helps us understand the core component of the framework, that is, the Application object and how it is used to configure the application.
Adding touch events to your mobile application (Intermediate) explains how the framework handles various touch-based events, such as tap, double-tap, hold, and swipe.
Displaying different types of views on a page (Intermediate) describes how to organize the code by specifying views in different documents (remote views) and refer to the them in the main document. Specifying view transitions is a follow up section of this recipe where we will see various transition effects that can be applied when navigating from one view to another.
Adding form elements to a mobile page (Simple) illustrates the various form elements that can be added to the mobile page view.
Creating a list using the ListView widget (Intermediate) explains how to create a list using the mobile framework's ListView widget and perform some actions on the list items.
Showing a list of actions to perform using the ActionSheet widget (Advanced) explains the use of the ActionSheet widget to create a list of actions to be applied on the items in the list.
Displaying a Modal window using the ModalView widget (Advanced) helps us create a modal view window using the Modal View widget.
Creating a TabStrip for a mobile application (Intermediate) revisits the TabStrip widget and creates a tab strip to help you navigate from one view to the other.
Using the ScrollView widget to navigate through the application (Intermediate) helps us create a photo gallery-like application and use the framework's ScrollView widget to scroll through different pictures in the gallery.
Rendering with native look and feel using the adaptive rendering technique (Simple) takes a look at how the mobile framework provides a native look and feel for the application without having the developer to maintain different code base for various platforms.
Handling change in the layout orientation using the automatic layout system (Simple) helps us understand how the framework renders the application when there is a change in the layout orientation.
What you need for this book
This book contains various recipes for building mobile applications using the Kendo UI Mobile framework. You are required to download the framework as mentioned in the first recipe. The Kendo UI Mobile framework has a dependency on the jQuery library and should be included before providing a reference to the Kendo UI Mobile framework.
Basic knowledge in building web applications using HTML, CSS, and JavaScript is required. It will be helpful if you have built mobile applications using the mentioned technologies.
Who this book is for
This book is for web developers looking forward to building mobile applications using HTML, CSS, and JavaScript. It is also for mobile application developers trying to build applications that provide native look and feel on various mobile platforms.
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text are shown as follows: "We can include other contexts through the use of the include
directive."
A block of code is set as follows:
<div data-role="tabstrip" data-select="selectEvent"> .... </div>
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "clicking the Next button moves you to the next screen".
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
Reader feedback
Feedback from our readers is always welcome. Let us know what you think about this book—what you liked or may have disliked. Reader feedback is important for us to develop titles that you really get the most out of.
To send us general feedback, simply send an e-mail to <feedback@packtpub.com>
, and mention the book title via the subject of your message.
If there is a topic that you have expertise in and you are interested in either writing or contributing to a book, see our author guide on www.packtpub.com/authors.
Customer support
Now that you are the proud owner of a Packt book, we have a number of things to help you to get the most from your purchase.
Downloading the example code
You can download the example code files for all Packt books you have purchased from your account at http://www.packtpub.com. If you purchased this book elsewhere, you can visit http://www.packtpub.com/support and register to have the files e-mailed directly to you.
Errata
Although we have taken every care to ensure the accuracy of our content, mistakes do happen. If you find a mistake in one of our books—maybe a mistake in the text or the code—we would be grateful if you would report this to us. By doing so, you can save other readers from frustration and help us improve subsequent versions of this book. If you find any errata, please report them by visiting http://www.packtpub.com/submit-errata, selecting your book, clicking on the errata submission form link, and entering the details of your errata. Once your errata are verified, your submission will be accepted and the errata will be uploaded on our website, or added to any list of existing errata, under the Errata section of that title. Any existing errata can be viewed by selecting your title from http://www.packtpub.com/support.
Piracy
Piracy of copyright material on the Internet is an ongoing problem across all media. At Packt, we take the protection of our copyright and licenses very seriously. If you come across any illegal copies of our works, in any form, on the Internet, please provide us with the location address or website name immediately so that we can pursue a remedy.
Please contact us at <copyright@packtpub.com>
with a link to the suspected pirated material.
We appreciate your help in protecting our authors, and our ability to bring you valuable content.
Questions
You can contact us at <questions@packtpub.com>
if you are having a problem with any aspect of the book, and we will do our best to address it.
- Vue 3移動Web開發與性能調優實戰
- Android 9 Development Cookbook(Third Edition)
- 程序是怎樣跑起來的(第3版)
- Learning JavaScript Data Structures and Algorithms
- Windows內核編程
- INSTANT Silverlight 5 Animation
- PHP 7從零基礎到項目實戰
- Learning Nessus for Penetration Testing
- 數據分析與挖掘算法:Python實戰
- Practical Maya Programming with Python
- Python硬件編程實戰
- After Effects CC案例設計與經典插件(視頻教學版)
- 深入淺出 HTTPS:從原理到實戰
- Mastering ASP.NET Web API
- 軟技能2:軟件開發者職業生涯指南