B4A (Android)(英語版)

Androidアプリケーション開発用の強力なラピッドアプリケーション開発(RAD)ツール

Anywhere Software 社の製品
2013 年より日本国内にてComponentSourceで販売中。

バージョン: v10.5 更新日: Jan 4, 2021 レビューの平均スコア: 4.50レビューの平均スコア: 4.50レビューの平均スコア: 4.50レビューの平均スコア: 4.50レビューの平均スコア: 4.50 (4)

i

Please note: As of February 5th, 2020, B4A is now free and is no longer available for sale.

B4A (Android) v9.00

Released: Mar 26, 2019

v9.00 での更新項目

機能

  • Improved compilation performance (about 2 times faster for first compilation and up to 4 times faster for following compilations).
  • Bookmarks and breakpoints are listed in the modules tree.
  • Auto backup improvements
    • Project is saved before backup, based on the auto save option.
    • Project name added to the backup file.
    • The project folder is configurable (AutoBackupFolder in the ini file).
  • Warning for unused parameters in private, non-event, subs.
  • Additional library folder can be configured with a B4X folder for cross platform libraries.
  • Event declarations appear in the autocomplete list.
  • Copy to clipboard option in the permissions dialog.
  • Missing maven resources can be added to the internal or additional libraries folders.
  • com.google.auto.value-auto-value-annotations added as an internal library. This is a missing maven resource that required by Firebase libraries.
  • B4XCollections, B4XFormatter, B4XTable, XML2Map and XUI Views are internal libraries.
  • Foreground services permission is added automatically. Required when setting targetSdkVersion to 28.
  • CreateResourceFromFile(Macro, Core.NetworkClearText) - Required when setting targetSdkVersion to 28 when communicating with non-SSL servers.
  • Application.Icon works with adaptive icons.
  • Files are listed in the removal dialog.
  • OkHttpUtils2 v2.81 - Includes a call to Service.StopAutomaticForeground.

不具合の修正

  • Fix for a long standing issue that caused scope changes of global variables to not always be detected.
  • Workaround for Android issue that caused services to fail to start in some edge cases. This is based on the automatic foreground mode feature.
  • FirebaseAdMob v1.54 - Fixes an issue related to targetSdkVersion 28. Received event is raised when the activity resumes (if it fired while the activity was paused).