How to install PhoneGap Eclipse PlugIn for Android?

Download In Eclipse Indigo or Helios (Classic or Java) ADT, Select Help -> Install New Software If you don't yet have the ADT (Android Development Tools) download from https://dl-ssl.google.com/android/eclipse/ See http://developer.android.com/sdk/eclipse-adt.html Click Add to enter a new Repository site The Name field is optional, "MDS PhoneGap for Android Plug-In 1.2" suggested In Location, enter the download … Continue reading How to install PhoneGap Eclipse PlugIn for Android?

Extending PhoneGap with native plugins for Android

Understanding the PhoneGap native plugin structure Before you start to write PhoneGap native plugins, it will help to understand how the PhoneGap application container exposes native operating system functionality to JavaScript-based applications. All Cordova APIs consist of two related parts: a JavaScript-based interface that can be accessed within your applications, and the corresponding native class … Continue reading Extending PhoneGap with native plugins for Android

Getting started with PhoneGap in Eclipse for Android

Requirements Prerequisite knowledge While not required, some knowledge of HTML, JavaScript, CSS, XML, and Eclipse will help you make the most of this article. Additional required other products Eclipse Classic http://www.eclipse.org/downloads/ Android SDK http://developer.android.com/sdk/index.html PhoneGap http://phonegap.com/download User level All Eclipse is an open source integrated development environment (IDE) that supports many technologies, but this article … Continue reading Getting started with PhoneGap in Eclipse for Android