Book Image

CoffeeScript Application Development Cookbook

By : Mike Hatfield
Book Image

CoffeeScript Application Development Cookbook

By: Mike Hatfield

Overview of this book

Table of Contents (18 chapters)
CoffeeScript Application Development Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Using the Kendo UI Core mobile widgets


Along with the widgets we saw in the previous recipe, the Kendo UI Core library includes an entire framework targeting mobile platforms known as Kendo UI Mobile. This library provides the basic building blocks to build cross-platform applications that can mimic the native platform's look and feel. For example, when running the application on an iOS device, the application looks like a native iOS application. However, if this same application runs on Android, Blackberry, or Windows Phone, the application looks like a native application for the supported platform.

In this recipe, we will look at various aspects of using Kendo to create mobile applications in HTML, CSS, and CoffeeScript.

Getting ready

Kendo mobile applications are created using HTML, CSS, and JavaScript or CoffeeScript.

Tip

For simplicity, we will develop our code with CoffeeScript to be run locally, but you should compile your CoffeeScript code to JavaScript before deploying your Kendo application...