Salve, un mio fornitore mi ha fornito l'SDK per poter pilotare la loro stampante. Come si fa ad usare una SDK di terze parti? cosa devo fare per integrarla nel mio progetto e poter chiamare le funzioni che mi hanno messo a disposizione? Grazie, Miki
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...