Hello!
Is there any way, guideline, help or orientation to convert from android studio to b4a? I ask this because I found some useful codes and I need to know before I buy it if I can convert it. Some guidance on how to do it would be welcome thank you for your advice
You need to write a wrapper for it. You can not convert a AS-Project to B4A.
Learn java and write a wrapper. Search the forum for some guides. They are there (not much though!).
not easy, i think you will end up in rewrite the project.
but its possible to make a library in android studio and then u can use it in b4a with help of the free tool SimpleLibraryCompiler.
i meant u can use menu new / module / android library there and in the SimpleLibraryCompiler u can use this path, this lib can be used direct in b4a.
and within the studio project u can use this own lib for testing.