Other B4J v2.50 is available for download

Erel

B4X founder
Staff member
Licensed User
Longtime User
B4J v2.50 is now available for download.

This update includes the following improvements:
  • Code obfuscation (same as in B4A).
  • Rapid debugger memory handling was rewritten to provide better performance and to avoid memory leaks.
  • Support for constants: Dim Const x As Int = 2
  • New animation methods: SetLayoutAnimated and SetAlphaAnimated:



  • IsDevTool keyword.
  • Libraries list - Checked libraries are listed at the top of the list.
  • Duplicate line shortcut - Ctrl + D.
  • AutoComplete shortcut - Ctrl + \ (same as Ctrl + Space).
  • Hide other modules option when right clicking on the module header.
  • CurrentStatement and breakpoints colors are configurable in the xml file.
  • New logo.

You can download the full version here: www.b4x.com/b4j.html

The animation example is available here: https://www.b4x.com/android/forum/threads/b4j-v2-50-beta-is-available-for-download.47879/
 
Top