Android Question How to 'wrap' an Android Studio program for use it on B4A

amorosik

Expert
Licensed User
I was reading this post
And i see that the author "wrapped" an existing program, probably originally written for Andorid Studio
The question is: is there a generic procedure for wrapping any existing program written for Android Studio and using it in the B4A enviroment?
And if so, what is this procedure?
 

Peter Simpson

Expert
Licensed User
Longtime User
The question is: is there a generic procedure for wrapping any existing program written for Android Studio and using it in the B4A enviroment?
Generic, definitely not.

Erel created a good tutorial on the link below. This tutorial give the very basics on how to create/wrap an Android java library to work with B4A.

Erel also created a nice tool that once, that once you have converted the original java file(s) to a java file(s) designed to work on B4A, this tool helps developers build B4A libraries.


Enjoy...
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Additional you can use JavaObject

In all cases you need some java knowledge
 
Upvote 0

LucaMs

Expert
Licensed User
Longtime User
Not true
Maybe Erel is working on it
Did he tell you anything?
Erel's plans are secret, and I'm the last person he'd confide them to 😄

Jokes aside, others have also told you that there's no single method, and I can confirm that if there were, some B4X member would have already created a tool to simplify these operations. But there's no single method.
 
Last edited:
Upvote 0
Top