I did a search for "use external java library," but didn't seem to find relevant links. I'm sure there's some documentation out there! Maybe I should search the Booklets. I will! But first:
Hi, I would like to integrate the following product to a b4a project I made but honestly I can't figure out how to integrate this library. Can you give me some tips please? https://github.com/developermypos/myPOS-SDK-Android
Although the tutorial is for B4A, it is very similar and applicable to B4J, matching what is related to the Activity with what corresponds to B4J.
Ensuring, of course, that the jar is not exclusive to android.
The #AdditionalJar module attribute (introduced in B4A v3.80) allows us to reference external jars. With the help of JavaObject it is now possible to integrate third party jars without a wrapper. This solution is good for "simple" libraries. If the API is complicated with many interfaces then...