
This is a major update. The main new feature is support for web applications.
New features and improvements:
- Web apps framework: [WebApp] Web Apps Overview
- Server library supports ssl (https) connections.
- CreateMap keyword: Allows you to easily create new Maps. For example:
B4X:Dim m As Map = CreateMap ("key1": value2, "key2": value3)
- Json library converts arrays to lists automatically.
Together these two features make it easier to build Json strings. Note that these features will also be included in the next version of Basic4android. - Form events: FocusChanged and IconifiedChanged (minimized)
- SQL library was updated to provide safe multithreaded access to SQLite databases. Requires the journal_mode to be set to wal (see the DBUtils web app example).
- Bug fixes and other minor improvements.
You can download the beta version here:
www.b4x.com/b4j/files/beta.exe
Please post issues in new threads.
Thank you all for your help!!!