Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Instant Kendo UI Mobile
  • Table Of Contents Toc
Instant Kendo UI Mobile

Instant Kendo UI Mobile

By : Sagar Ganatra
4 (2)
close
close
Instant Kendo UI Mobile

Instant Kendo UI Mobile

4 (2)
By: Sagar Ganatra

Overview of this book

The Kendo UI Mobile library is a one stop solution to build mobile applications rapidly. It comes with several built-in widgets that enable application developers to build intuitive applications for small screen devices. It also provides more control to these developers by providing various components that can be extended or configured to match their needs. Instant Kendo UI Mobile How-to takes a deep look at various components of the Kendo UI Mobile library and provides solutions to common use cases involved in building a mobile application. It enables application developers to use HTML, CSS, and JavaScript to build mobile applications that provide a native look and feel on various platforms such as iOS, Android, and BlackBerry without having to maintain a separate code base. This guide introduces the user to the Kendo UI Mobile library and provides a step-by-step approach to creating your first mobile application. It then introduces you to several components and provides solutions to some of the common use cases you may encounter in your development. The Kendo UI Mobile library is composed of two parts – the aplication framework and a set of widgets. The aplication framework focuses on configuring the application, handling various touch-based events, rendering on different devices to provide a native look and feel, and transitioning from one view to the other. The widget library contains several widgets that enable you to build applications more rapidly than ever before.
Table of Contents (7 chapters)
close
close

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 , 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 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 if you are having a problem with any aspect of the book, and we will do our best to address it.

CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
Instant Kendo UI Mobile
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon