Android Question External library usage in B4A

mmanso

Active Member
Licensed User
Longtime User
Hi All,

I've received the attached PDF to work with some peripherals on an android machine.

They provice a jar file and an aar (wich I don't know if it's need or not in the AdditionalJar).

I've read some info about using external libraries in B4A. Is there any way I can know if this library is "usable" or not in B4A?

Thanks.

ps - I'm not being able to attach the file here, this is the link for the PDF - https://software.ptcert.com/downloads/ecr.pdf
 

DonManfred

Expert
Licensed User
Longtime User
You need to write a wrapper for this jar (with java) or use it with JavaObject.
Boths methods require some java-knowledge.

You can hire someone to write the wrapper for you.
You can post here tp hire someone:
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Regarding JavaObject:
 
Upvote 0
Top