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) v7.30

Released: Aug 21, 2017

v7.30 での更新項目

機能

  • Localizable IDE, currently available in 23 languages.
  • Bitmap type:
    • Resize / InitializeResize / LoadBitmapResize - Similar to LoadBitampSample but better, allows setting the image to a specific size while optionally maintaining the aspect ratio and the bitmap scale.
    • Scale property - Returns the bitmap scale.
    • Rotate / Crop methods.
  • New ResumableSub type. Makes it simple to return values from resumable subs and to wait for resumable subs to complete.
  • EditText - SelectionLength and SetSelection methods.
  • SingleLine property added to Label, Button and other views that inherit from Label.
  • Ellipsize property: None, Start, Middle, End.
  • View.SetVisibleAnimated affects the alpha level and the Visible property.
  • Warnings for illegal methods in Process_Globals.
  • Async dialogs are supported in classes.
  • Compiled libraries can reference AAR libraries.
  • Icon picker - aliases added to FontAwesome icons.
  • Auto complete and auto format improvements.
  • PhoneCalls (Phone library) - READ_CALL_LOG permission removed. It was added by mistake in a previous update.
  • Canvas.AntiAlias property to enable or disable antialiasing.
  • View.SetBackgroundImage returns a BitmapDrawable object. This allows changing the Gravity to CENTER instead of the default FILL value. Code.
  • OkHttpUtils v2.61 - Job.GetBitmapResize and PATCH, HEAD and DELETE requests.
  • Improvements to the layouts loader engine. It is more flexible with the variables types and a bit faster. This feature will allow to add cross platform views types.
  • Administrator v1.10 - Adds support for owner apps. This update requires a change in the manifest editor.

不具合の修正

  • Bug fixes, including an important debugger bug, and other minor improvements.