davepamn Active Member Licensed User Longtime User May 21, 2015 #1 I need to call a "Print Batch Routine" writing in Zebra's SDK. How can I call a Java function from within B4A?
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 May 21, 2015 #2 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
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.
davepamn Active Member Licensed User Longtime User May 21, 2015 #3 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
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
DonManfred Expert Licensed User Longtime User May 22, 2015 #4 No. You need to create a library out of these files and use this library then. At least you need Experiences in JAVA to create a wrapper Upvote 0
No. You need to create a library out of these files and use this library then. At least you need Experiences in JAVA to create a wrapper