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) v6.31

Released: Nov 1, 2016

v6.31 버젼 업데이트

기능

  • The docking and layout features are based on a new and improved framework. Floating code editors behave as regular windows.
  • Documentation tool tips while hovering over code elements.
  • Copy links in the tool tips that allow copying code examples.
  • Support for bookmarks.
  • New themes.
  • URLs in comments and strings are ctrl-clickable.
  • Class and module level documentation (taken from Process_Globals or Class_Globals subs).
  • Quick search shows a list of recent searches.
  • Designer uses the multiline text editor for text properties.
  • Unused libraries warning.
  • Debugger related improvements.
  • Custom views support "nullable colors". The default value of such fields looks like:
  • This is an important feature as in many cases it is better not to set any color and use the system default.
  • Rect.Width and Height properties.
  • Service_TaskRemoved event added to the Starter service. This event is raised when the user closes the app from the recent apps list. This is an Android 4+ event.
  • FloatLabeledEditText - Text and hint colors can be set in the designer.
  • Regex.Replace / Replace2 - Regular expression replacement.
  • (Java) The Tag property is set when calling CustomView.replaceBaseWithView2 (replaceBaseWithView is deprecated).
  • _onkeydown and _onkeyup inline Java hooks.