Android Question How can I call a function in another Java sdk

davepamn

Active Member
Licensed User
Longtime User
I need to call a "Print Batch Routine" writing in Zebra's SDK. How can I call a Java function from within B4A?
 

DonManfred

Expert
Licensed User
Longtime User
With inline java or using a library wrapper for this sdk (written in java)

Maybe with java object and/or reflection. But for both you need experiences.
 
Upvote 0

davepamn

Active Member
Licensed User
Longtime User
The zebra sdk has .java files. Do I add them to the project under the files tab

Can you provide the syntax for the inline function call
 
Upvote 0
Top