Basic4android v2.00 BETA is released

Erel

B4X founder
Staff member
Licensed User
Longtime User
Basic4android v2.00 BETA is now available. This upgrade is probably the most significant upgrade since v1.00.

Edit: The second beta is now available. See this link: http://www.b4x.com/forum/basic4andr...basic4android-v2-00-second-beta-released.html

The major new feature is support for class modules. With support for classes Basic4android now allows you to write both procedural code and object oriented code.
Object oriented code makes it easier to write and maintain large projects.

B4A v2.00 improvements:

- Classes

- Public and Private access modifiers

- Built-in documentation

- Better handling of tasks in the internal thread pool

- CallSubDelayed keywords - These keywords significantly simplify the interaction between services and activities.

Existing beta testers should soon receive an email with download instructions.
You are more than welcome to join the beta testers. Any user who is eligible for free upgrades (two years for the enterprise version and two months for the standard version) can send an email to [email protected] and join the group.

Issues about the beta version should be posted in the questions forum.
Note that B4A.xml was modified in this version. The highlighting styles section was not modified.
 

wl

Well-Known Member
Licensed User
Longtime User
Hi,

Erel surely has thought about inheritance. In another thread he said:
"Inheritance is currently not planned"

I'm sure he will be adding this sooner or later :)
 
Upvote 0
Top