I need develop a plugin for phonegap application, it will be used for iOS, BlackBerry, Android and WindowsPhone application over PhoneGap.
I have a set of functions (library) in C++
that allows apply operations on images, and I want to know if I can use this C++
library to build different plugins for PhoneGAP in native code, using something like a wrapper or similar for JAVA
, Objective-C
, etc.
Or exist other method to use this C++
library in multiple mobile plattforms, for instance use JNI to call the C code ?
Thanks in advance.