Android Question How do i get my b4a to b4i

eXcedi

Member
Licensed User
Hello, i recently purchased the B4i Standard + Hosted Builder Package.
As a newbie, i do not know what to do and how to get my current b4a app to become b4i and get the compiled app for my client to use.

I urgently need help.
Cheers
 

MarkusR

Well-Known Member
Licensed User
Longtime User
at learn you find cross platform video tutorials.
xui means it is a user interface for all supported platforms.
https://www.b4x.com/etp.html

if you use search you can filter the Query with comboboxes.

b4i documentation is here
https://www.b4x.com/b4i.html#documentation

u need to start a new b4i project and you can share the core classes from your b4a app.
if you only move from b4a to b4i its simpler but i guess you will focus all target platforms.

also interesting for you is conditional compilation
https://www.b4x.com/android/forum/threads/conditional-compilation-build-configurations.40746/
 
Last edited:
Upvote 0
Top