Short update about the next version

Erel

B4X founder
Staff member
Licensed User
Longtime User
The main focus in the next version is on large projects.

- Compilation in debug mode will be significantly quicker.

- "Compile as library" option. This option will allow you to compile one or more modules (of any type) to a standard library. This will be very useful for building reusable components and also for breaking large projects into more manageable pieces. This will also speed up compilation as libraries are compiled in the background.

- Modules attributes / annotations.

The next version will also include other improvements.
 

mc73

Well-Known Member
Licensed User
Longtime User
Compile as library? That is very interesting!
About time take in debug-mode, now, I think this is a major step!
 
Upvote 0

gulliver

Member
Licensed User
Longtime User
What a wonderful product B4A.
Each new version improves an already excellent product.
Thanks Erel.
I wait for the next version.
 
Upvote 0

Amalkotey

Active Member
Licensed User
Longtime User
Top!
 
Upvote 0

Beja

Expert
Licensed User
Longtime User
Thanks Erel,
I give you a credit for setting the ultimate goal!
BTW: I wish from deep of my heart, that the new version will include easy
access to the outside world. In today's world, the name of the game is
COMMUNICATION and easier access to smartphone's USB port should be
our target as well.
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
Thank you all for your feedback.

Does this mean we can write a class and compile it to a usable and sharable B4A Lib?
Yes. It can even include services and activities.

Beja, Basic4android has very good support for communication such as Http, FTP, sockets and more.

Android support for USB ports is problematic. There is a new open source project that helps with USB to serial converters. I do plan to wrap it soon (it is not related to any specific version of the IDE).
 
Upvote 0
Top