Android Question Write libraries usable in native Android/iOS projects

xulihang

Active Member
Licensed User
Longtime User
We can use third-party Android jar/aar and iOS .a/.framework in our projects. I wonder if it is possible to compile a B4X library to jar or .framework and use it in native Android/iOS projects with Java and Objective-C.

I think it is a good feature. We can write the logic in B4X and then use it in both native Android and iOS projects.
 
Top