B b4auser1 Well-Known Member Licensed User Longtime User Apr 25, 2016 #1 Is it possible to use lib built from B4A sources with Java application ? If yes, how to do it in Android Studio ?
Is it possible to use lib built from B4A sources with Java application ? If yes, how to do it in Android Studio ?
Erel B4X founder Staff member Licensed User Longtime User Apr 26, 2016 #2 Theoretically is possible as B4A is based on Java. However libraries depend on B4A framework so you need to implement the framework in the Java app which makes it quite difficult. It is much simpler to wrap existing Java code and access it from B4A. Upvote 0
Theoretically is possible as B4A is based on Java. However libraries depend on B4A framework so you need to implement the framework in the Java app which makes it quite difficult. It is much simpler to wrap existing Java code and access it from B4A.