Hi Greg,
Thanks for your interest in Syncfusion Products.
Yes, it is possible to call the external library methods
which is included in the project. We can achieve native functionality (may also
in external library) apart from the Orubase in-built APIs with the help of the
“handleScripts()” method, which is used to handle the custom native code
via JavaScript.
The following code snippet should be defined in the
JavaScript to call the “handleScripts” method to define the Custom Native Codes.
Android.ProcessJavaScript("Custom",null, null);
|
Define or call the Custom Native Codes inside the below
method.
@Override
public void
handleScripts(String script) {
// TODO
Auto-generated method stub
// Call
custom libraries method here
}
|
We have prepared a sample for Android platform which
displays alert dialog from Orubase and also from the external library
“toast.jar”.
Please check the attached sample and let us know if you have
any further assistance.
Regards,
Karthick T
Attachment:
OrubaseDemoProject_38da69f4.zip