I've an "AAR" file to manage a HW in my planned project (kios terminal with POS payment).
The file is the manufacturer's LIB to (connect, pay, ... etc) POS device.
What is the best way to use this library in B4A(v9.50):
Can I import directly as AdditionalJar and find the Classes path?
Do I have convert (or rename) it to jar file?
Pls Help!
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...
OBJMonera (is a Process_Globals variable) IsInitialized: True:
Dim M As JavaObject
M.InitializeContext
OBJMonera = M.InitializeStatic("hu.monera.eftterminalzvt.EftTerminalZVT")
Log("MoneraOBJ Init: " & OBJMonera.IsInitialized)