There are development environments that allow you to import function libraries in java and use them immediately
Without any intermediate code, see for example Jabaco
Creating a similar system also for B4X environments would guarantee users the possibility of using the infinite number of Java libraries available
With great advantages both in terms of completeness of the functions that can be used for the single library and performance because there is no 'the middle wrapper code needs to be executed
I don't know what is the technical reason why in B4X environments it is necessary to create a wrapper to use an external Java library
I am sure that the direct import would ensure an acceleration in the development process that is difficult to obtain with other systems
Without any intermediate code, see for example Jabaco
Creating a similar system also for B4X environments would guarantee users the possibility of using the infinite number of Java libraries available
With great advantages both in terms of completeness of the functions that can be used for the single library and performance because there is no 'the middle wrapper code needs to be executed
I don't know what is the technical reason why in B4X environments it is necessary to create a wrapper to use an external Java library
I am sure that the direct import would ensure an acceleration in the development process that is difficult to obtain with other systems