Hi Erel,
Assume A is as the library which has a,b,c as the method of A, I create in the Math Set is A={a,b,c} .
Now I need to add a new method (d) ,I create in the Math Set is {d} . How could I do this below
It is not possible to add a method to an existing library without either:
- Recompiling the library with the new method.
- Creating a new library that references the original library and adds other methods.
If I have the original library which is not created by java coding ,but created by B4A designer (has bal file attached),How do I convert? (If created by java coding,I could java decompiler )
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.