Other B4J v1.50 is released

Erel

B4X founder
Staff member
Licensed User
Longtime User
I'm happy to release B4J v1.50.
This version adds support for building web server applications. There are several example in the tutorials forum.
Once you understand the basic concepts, it is quite simple to create your own web server solution.
Server projects can also be useful as the backend solutions for your mobile applications.

New features:
  • Support for web servers: Building web servers with B4J
  • Support for Raspberry Pi computers (and other Linux ARM boards): B4J and Raspberry Pi boards
  • New types of nodes: ScrollPane and ProgressBar
  • TableView - single cell selection mode
  • MenuItem.Visibile property
  • FocusChanged event added to most nodes
  • ListView.ScrollTo method
  • Http library authentication mode was fixed
  • StopMessageLoop keyword (relevant in server applications)
  • #MergeLibraries attribute - Allows skipping of the merging step in Release mode
You can download the latest version here: www.b4x.com/android/b4j.html
 
Last edited:

Knoppi

Active Member
Licensed User
Longtime User
sounds very good
i'll try it

Thank you Erel
 
Upvote 0
Top