Android Question B4A + Java Based Libraries?

wonder

Expert
Licensed User
Longtime User
Hi guys!

Is it possible to create a library which contains both Java and B4A ("Compile To Library") code, without using inline Java?
 

somed3v3loper

Well-Known Member
Licensed User
Longtime User
Can the opposite happen ?
Compile B4A code as a library and then use @DependsOn(values={"balibraryname"}) ?
Just a curious question :)
 
Upvote 0
Top