This is a small command line tool that converts B4A layout files (bal files) to B4i layout files.
It is written in B4J. The source code is attached.
The purpose of this tool is to help you with the conversion. Not all views and properties will be converted as there are views such as TabHost that are not available in B4i (and iOS).
Using this tool is simple. It expects two parameters: the input file (bal) and the output file (bil).
java -jar Bal2Bil.jar <input.bal> <output.bal>
Bal2Bil.zip - source code
Bal2Bil.jar - executable jar (not a library).
It is written in B4J. The source code is attached.
The purpose of this tool is to help you with the conversion. Not all views and properties will be converted as there are views such as TabHost that are not available in B4i (and iOS).
Using this tool is simple. It expects two parameters: the input file (bal) and the output file (bil).
java -jar Bal2Bil.jar <input.bal> <output.bal>

Bal2Bil.zip - source code
Bal2Bil.jar - executable jar (not a library).
Attachments
Last edited: