Java Question Do I need to make separate libraries when having 2 wrappers?

moster67

Expert
Licensed User
Longtime User
This might be a stupid question. But please note that my JAVA-knowledge is not the greatest and add to this that not everything is clear (at least for me) what regards the procedure of making original classes in JAVA visible in B4A. However, by using the good old "trial and error method", I normally obtain what I want but many times it takes ages. Therefore some useful insight would highly be appreciated to speed up matters :)

Background:
I wrote a wrapper-library by extending an original class using AbsObjectWrapper. It compiles nicely and seems to works without any problems from B4A. Great. :)

Problem:
Now I wrote another wrapper-library (also this time extending a class using AbsObjectWrapper) and want to include it in the existing library. However, I cannot get this to work i.e. to unify the two wrapper-libraries into one library.

Is this possible? If yes, what steps do I need to take into consideration? If possible, I would prefer not making two separate libraries since they are very similar.

Any help would be appreciated.
 
Top