I have a need to do the conversion for a relatively large project. While the following the thread points me to the right direction:
it lacks the details (such as adding b4xpage library, setting orientation to portrait, replacing code in the project file starting at Sub Process_Globals ). The conversion is tricky and a single mistake could corrupt your project. Follow @Erel's advice: Backup first.
I'm wondering whether @klaus has finished the guide.
@LucaMs's idea of a tool is very good.
How I converted my apps to B4XPages
To convert my apps was pretty easy. I just opened my activities(B4A) and code modules(B4i & B4J) with notepad ++ then I changed their types to class. Then I Changed all my show methods(B4i & B4J) and Activity_Create(B4A) to B4xPage_Created then for dynamic data populations I moved all those...
www.b4x.com
I'm wondering whether @klaus has finished the guide.
@LucaMs's idea of a tool is very good.