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.
 

DonManfred

Expert
Licensed User
Longtime User
It is not possible.
Android/B4A is based on java
iOS on Objective C

Note that all pure B4X commands do work in all three platform (B4A/B4J/B4I).

It is the additional libs you want to use. They are most probably android/iOS specific.
 
Upvote 0
Top