L LuigiTasca Member Licensed User Longtime User Dec 20, 2017 #1 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.
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 Dec 20, 2017 #2 LuigiTasca said: I need to know if it is possible to create a library from b4a project. Click to expand... Yes, it is possible: https://www.b4x.com/android/forum/t...pile-your-project-to-a-library.24750/#content LuigiTasca said: This is because we have to make avaiable some functions of our app with another application developed with Android Studio, Click to expand... 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
LuigiTasca said: I need to know if it is possible to create a library from b4a project. Click to expand... Yes, it is possible: https://www.b4x.com/android/forum/t...pile-your-project-to-a-library.24750/#content LuigiTasca said: This is because we have to make avaiable some functions of our app with another application developed with Android Studio, Click to expand... 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.