Custom Plug-ins for the Android Hybrid Web Container

Integrate PhoneGap (Cordova) plug-ins with the Android Hybrid Web Container.

In general, adding a custom plug-in to Hybrid Web Container is identical to adding a plug-in to any PhoneGap application. The basic steps are as follows (see the PhoneGap Wiki for details).
  1. Create an Android project.
  2. Include Cordova dependencies.
  3. Implement the plug-in class.
  4. Implement the plug-in JavaScript.