Android Question Converting B4A project to B4i

didimo73

Member
Licensed User
Hi,
I bought both B4A Enterprise and B4i Enterprise + Hosted Builder.

I would like to publish the same app on both the Google Play Store and the Apple Store. So I need to have two versions of the same app: one for Android and one for iOS.

I have already developed the Androind version using B4A.

So my question is: what is the easiest and fastest way to create a B4i project starting from a B4A project?

Thanks for your attention.
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Headlines:

0. Start with learning B4i main concepts.
1. Organize the code in classes.
2. Use the designer for the layouts.
3. Use XUI wherever you can.
4. Learn how to share modules between projects.
5. Learn how to share files between projects.

Relevant video tutorials: https://www.b4x.com/etp.html
2 * XUI videos
B4i / B4J Resize event

Cross platform tips: https://www.b4x.com/android/forum/threads/96815/#content
 
Upvote 0

didimo73

Member
Licensed User
Headlines:

0. Start with learning B4i main concepts.
1. Organize the code in classes.
2. Use the designer for the layouts.
3. Use XUI wherever you can.
4. Learn how to share modules between projects.
5. Learn how to share files between projects.

Relevant video tutorials: https://www.b4x.com/etp.html
2 * XUI videos
B4i / B4J Resize event

Cross platform tips: https://www.b4x.com/android/forum/threads/96815/#content

Hi Erel, thanks for your answer.
Have you planned to develop a views conversion tool? It would be very useful.
 
Upvote 0
Top