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

Chapter 2. Developing Your First Cordova Application

In the previous chapter, you had a powerful introduction to Apache Cordova. In this chapter, you will develop, build, and deploy your first Apache Cordova application from scratch. The application you will develop is a Sound Recorder utility that you can use to record your voice or any sound and play it back. In this chapter, you will learn about the following topics:

  • Generating your initial Apache Cordova project artifacts by utilizing the Apache Cordova Command-line Interface (CLI)

  • Developing and building your mobile application from the initial Cordova generated code

  • Deploying your developed mobile application to a real Android mobile device to see your application in action