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