Android Question how can convert B4A project to Java or katlin?

Pendrush

Well-Known Member
Licensed User
Longtime User
The source code written in Java is already located in the folder YOUR_APP\Objects\src, but this code is very difficult to use in Android Studio since it is intended to work in B4A. Additionally, it is not possible to use the layouts from B4A in Android Studio.
The only solution is to rewrite the application from scratch with Java or katlin Kotlin.
 
Upvote 0
The source code written in Java is already located in the folder YOUR_APP\Objects\src, but this code is very difficult to use in Android Studio since it is intended to work in B4A. Additionally, it is not possible to use the layouts from B4A in Android Studio.
The only solution is to rewrite the application from scratch with Java or katlin Kotlin.
but layout and other folder is empty..
*.bal must convert to *.xml
 
Upvote 0
The source code written in Java is already located in the folder YOUR_APP\Objects\src, but this code is very difficult to use in Android Studio since it is intended to work in B4A. Additionally, it is not possible to use the layouts from B4A in Android Studio.
The only solution is to rewrite the application from scratch with Java or katlin Kotlin.
is this folder for *.bal?

designerscripts

.\B4A\Objects\src\xx\yy\zz\designerscripts
 
Upvote 0
You cannot convert layout files to XML. You can however use B4A libraries to load the layout files from Java.
thanks
you cannot made a convertor for this task?
if create this , then many programmer use your B4X.
B4a is good and easy but other same as java and flutter and and is not as easy as b4a.

ok thanks for your reply
 
Upvote 0
Top