J JJ-M New Member Feb 16, 2024 #1 I created, some years ago, programms and they are now to old to run on new android version. I don't know how to wrap my java code as library and after how to use it. Thanks a lot and best regards
I created, some years ago, programms and they are now to old to run on new android version. I don't know how to wrap my java code as library and after how to use it. Thanks a lot and best regards
Erel B4X founder Staff member Licensed User Longtime User Feb 18, 2024 #2 There is no general answer. It depends on your Java code and it might be easier to reimplement everything in B4A. I would say that don't try to wrap full activities. And in many cases it is easier to access the Java code with JavaObject and/or inline Java. Upvote 0
There is no general answer. It depends on your Java code and it might be easier to reimplement everything in B4A. I would say that don't try to wrap full activities. And in many cases it is easier to access the Java code with JavaObject and/or inline Java.