With B4A 2.50 it is possible to compile code modules to a library and the methods in it can be called in a static way (you don't need to Dim an object to call these methods)
I think this is possible because of the class declaration in the xml:
Is this supported somehow by the BADoclet.class or will there be a newer version of it so we can create static methods for our own libraries and we don't need to Dim a dummy object for calling such methods?
I think this is possible because of the class declaration in the xml:
<class b4a_type="StaticCode">
Is this supported somehow by the BADoclet.class or will there be a newer version of it so we can create static methods for our own libraries and we don't need to Dim a dummy object for calling such methods?