Basic4android v3.50 发布

简介: 这次发布的主要是debug 的增强。说实话,在这一方面B4a 比delphi做的要好。希望delphi 在新的版本里面 能进一步加强。   I'm happy to release Basic4android v3.

     这次发布的主要是debug 的增强。说实话,在这一方面B4a 比delphi做的要好。希望delphi 在新的版本里面

能进一步加强。

 

I'm happy to release Basic4android v3.50. This update brings major improvements to the debugging features of Basic4android.

With this update you can enjoy the rapidness and power of the rapid debugger with runtime performance close to non-debug deployments.

A new powerful watch expression feature is also available:

[​IMG]

This allows you to easily evaluate expressions when the debugger is paused.

New features and improvements:

  • Rapid debugger runtime performance is now close to non-debugged applications.
  • Watch Expressions feature (see screenshot above).
  • The rapid debuggers uses a virtual assets folder. This makes it possible to redeploy only the modified files. This feature makes deployments of large projects with many files much faster.
  • Visual designer - Views tree performance is significantly better. Views preserve their names when pasting views between layouts.
  • #AdditionalRes attribute can be used multiple times.
  • ScrollView.ScrollToNow method (available in HorizontalScrollView as well). Immediately scrolls the ScrollView to the new position.
  • Quick Search tool (Ctrl + I) - An index based search tool for quick searching (in all modules):

    [​IMG]

  • Regions were added to the Find Sub (Ctrl + E) tool.
  • New attributes: #DebuggerForceFullDeployment and #DebuggerForceStandardAssets.
  • Other minor improvements and bug fixes.

There is a new style attribute in B4A.xml: CurrentLine. This attribute sets the color of the currently active line.
Users who are eligible for a free upgrade should receive an email with the download link. Please allow up to 12 hours for the mail to arrive.
Other users should receive a mail with a discount offer (it will be sent tomorrow).

I would like to thank the beta testers for their help with the continuing development of Basic4android

目录
相关文章
|
Android开发 Java 数据格式
Basic4android v3.80 beta 发布
增加了条件编译,共享模块,部分支持jar 文件直接访问。还有其他一些更新。I'm happy to release B4A v3.80 BETA. This version includes several major new features that make it easier to deve...
624 0
|
数据可视化 IDE 开发工具
Basic4android v3.20 发布
这次主要是可视化设计器的增强。 具体新功能如下:   This version includes many important improvements: Visual designer Anchors feature - makes it easier to target multiple screen sizes.
849 0
|
IDE 开发工具
Basic4android v2.70 发布
Basic4android v2.70 is now available. I would first like to thank the beta testers for their help and feedback .
768 0
如何制作 Basic4android 的库文件
很多网友询问如何制作basic4android 的库,由于我个人没有对这一块详细研究,因此 不能给大家太多的建议,大家可以参考官网的教程。同时官网上有一个视频教程,由于是在国外视频 网站上,大家可能无法访问,我问作者要了这个视频文件,放到了优酷网上,大家可以在 在http://v.youku.com/v_show/id_XNTMzNDY5MTQ0.html 访问。
627 0
|
SQL IDE 开发工具
Basic4android v2.50 发布
I'm very happy to release Basic4android v2.50. This version includes many important new features and improvements.
740 0
|
Android开发 开发工具 IDE
Basic4android v2.20 发布
This version includes the following improvements: For Each blocks Declaration and assignment in the same statement - Two new language features in t...
650 0
Basic4android v2.00 发布
Basic4android v2.00 is now available. This upgrade is probably the most significant upgrade since v1.
746 0
|
11天前
|
存储 安全 Android开发
安卓应用开发:构建一个高效的用户登录系统
【5月更文挑战第3天】在移动应用开发中,用户登录系统的设计与实现是至关重要的一环。对于安卓平台而言,一个高效、安全且用户体验友好的登录系统能够显著提升应用的用户留存率和市场竞争力。本文将探讨在安卓平台上实现用户登录系统的最佳实践,包括对最新身份验证技术的应用、安全性考量以及性能优化策略。
|
14天前
|
前端开发 Android开发 iOS开发
【Flutter前端技术开发专栏】Flutter在Android与iOS上的性能对比
【4月更文挑战第30天】Flutter 框架实现跨平台移动应用,通过一致的 UI 渲染(Skia 引擎)、热重载功能和响应式框架提高开发效率和用户体验。然而,Android 和 iOS 的系统差异、渲染机制及编译过程影响性能。性能对比显示,iOS 可能因硬件优化提供更流畅体验,而 Android 更具灵活性和广泛硬件支持。开发者可采用代码、资源优化和特定平台优化策略,利用性能分析工具提升应用性能。
【Flutter前端技术开发专栏】Flutter在Android与iOS上的性能对比
|
4天前
|
Java Android开发
Android开发--Intent-filter属性详解
Android开发--Intent-filter属性详解