Book Image

Sencha Touch Cookbook

By : Ajit Kumar
Book Image

Sencha Touch Cookbook

By: Ajit Kumar

Overview of this book

Sencha touch is a versatile HTML5-based framework for developing mobile web apps that look and feel native on touch screen devices, and with it you can write your code once and deploy it to both iOS and Android saving you both time and money. The Sencha touch cookbook has a comprehensive selection of recipes covering everything from installation right through to HTML5 geo location. The Sencha Touch Cookbook really is your one stop resource for cross platform HTML5 application development. It covers the basics such as setting up an iOS and Android development environment right through to much more complex development issues such as touch gestures, animation, rich media and geo location. Every recipe is practically focused. Maximum action. Minimum theory.
Table of Contents (17 chapters)
Sencha Touch Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Introduction


So far, we have worked with components which present the data either in the form of lists or form field or custom views. However, there is always a need in an application to present the information visually. In addition, notification is another key need in an application where you want to notify the user that a certain event has occurred in the system, for example, a new sales inquiry has arrived, an approval request has come for your approval, and so on. This chapter starts with introducing animation where we will see how to animate the elements in Sencha Touch and the different types of in-built animations supported by the framework. Next, we will see how to use the audio control in our application to have notifications, audio help, and so on. After audio, we will look into the video component and see how to use them in our application. In the subsequent recipes, we will learn how to set up the charts support in our application, what are the different types of charts available...