Book Image

JavaScript Mobile Application Development

By : Saleh
Book Image

JavaScript Mobile Application Development

By: Saleh

Overview of this book

If you are a native mobile developer, with some familiarity with the common web technologies of JavaScript, CSS, and HTML, or if you are a web developer, then this learning guide will add great value and impact to your work. Learning how to develop mobile applications using Apache Cordova is of particular importance if you are looking to develop applications on a variety of different platforms efficiently.
Table of Contents (10 chapters)
9
Index

Configuring Android development environment

In order to install Android development environment, we first need to install Java Development Kit (JDK). JDK 6 or 7 can work perfectly with Android development tools. In order to get JDK, use the following URLs:

Once the download page appears, accept the license and then download the JDK installer that matches your operating system, as shown in the following screenshot. After downloading the JDK installer, follow the steps of the JDK installer in order to properly install JDK.

Configuring Android development environment

Downloading JDK 1.7

If you want to have an Android development environment installed quickly on your machine, you can download Android Developer Tools (ADT) Bundle. The ADT Bundle includes the essential Android SDK components and a version of the Eclipse IDE with a built-in...