Book Image

JavaScript Mobile Application Development

Book Image

JavaScript Mobile Application Development

Overview of this book

Table of Contents (15 chapters)
JavaScript Mobile Application Development
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Exploring the Cordova Exhibition app


The Cordova Exhibition app aims at showing the main features of the Apache Cordova API. The demo shows practical examples of the following Apache Cordova API plugins:

  • Accelerometer

  • Camera

  • Compass

  • Connection

  • Contacts

  • Device

  • Geolocation

  • Globalization

  • InAppBrowser

  • Media, file, and capture

  • Notification

  • Storage

As well as Apache Cordova, the Cordova Exhibition app uses jQuery Mobile in order to create the app's user interface. The Cordova Exhibition app is supported on the following platforms:

  • Android

  • iOS

  • Windows Phone 8

The following screenshot shows the home page of the Cordova Exhibition app. The home page displays a list from which users can choose the feature they want to try.

The Cordova Exhibition home page

In this chapter and the next one, we will explore each feature individually in its own section.