Play the audio

Click the card to play the audio clip. First, place your mp3 audio files inside the www/audio folder This is just a demo project, so you only need to drop …

Directory Structure

Projects created via the Cordova CLI come with the following default directory structure: package.json This manifest file declares JavaScript package dependencies used by the project, including Cordova, added platforms and …

Your First Cordova Project

Last lesson, we successfully installed Cordova. In this session, we’ll use CLI commands to create a new project. 1. Create a Cordova Project Open your terminal, navigate to the folder …

Introduction and Installation

Apache Cordova is an open-source mobile development framework. Developers can leverage standard web technologies — HTML5, CSS3 and JavaScript — to build cross-platform applications. Apps run within platform-specific encapsulated containers, …