Android Question Library called from external apk

Julio Ochoa

Member
Licensed User
Longtime User
A question... I can compile a library built in Basic4Android and call it from Javascript (with Html5) ... I would like to to this:
1. Create a library apk using some funcionality of BasicAndroid (i.e call the QR Bar code)
2. Create an apk using html and javascript (i.e phone gap)
3. Invoke the library built in BasicAndroid from the app apk built in phone gap

is this possible?
 
Top