vigour-wrapper
Version:
The native code to wrap vigour apps
8 lines (4 loc) • 323 B
Markdown
#core library for vigour Android plugins
This project is a java lib that provides the classes needed to create (or use) a plugin.
The simplest way to create a plugin is to subclass `Plugin`: all public methods will be callable from javascript by name.
See the [parent](..) folder for a description of the build process.