Android Question Make library from b4a code

LuigiTasca

Member
Licensed User
Longtime User
Hi Everyone,
I need to know if it is possible to create a library from b4a project.
This is because we have to make avaiable some functions of our app with another application developed with Android Studio, owned by third part.
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
I need to know if it is possible to create a library from b4a project.
Yes, it is possible: https://www.b4x.com/android/forum/t...pile-your-project-to-a-library.24750/#content
This is because we have to make avaiable some functions of our app with another application developed with Android Studio,
It will not work with non-B4A projects. If you are familiar with Java then you might be able to reuse some of the generated Java code.
 
Upvote 0
Top