博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Basic4android v2.70 发布
阅读量:4565 次
发布时间:2019-06-08

本文共 2063 字,大约阅读时间需要 6 分钟。

Basic4android v2.70 is now available. I would first like to thank the beta testers for their help and feedback .

This version includes many improvements including several major new features:

  • - A new warning engine that helps finding common errors as soon as possible:
  • - Developers can create custom views (with classes or libraries) that can be added with the visual designer. This feature makes it possible to build the complete layout with the designer and designer scripts.
  • - a long-awaited feature.
  • Bitmaps handling improved - LoadBitmap / LoadBitmapSample internally handle out of memory errors by down-scaling the image. The visual designer loads images based on the target size to preserve memory.
  • DateTime.ListenToExternalTimeChanges - raises an event when the device time is set or when the time zone changes (and updates the internal time zone used).
  • CallSub keyword improvements:
    Returns Object instead of String.
    Sender is set when calling from a class. This is useful for events implementation.
    Significant performance improvements when calling subs in classes.
    No error is raised if the target sub is not found when calling from a class. This is useful for events implementation.
  • #LibraryName attribute. Sets the compiled library name.
  • Libraries dependencies resolver was improved and it can now handle cases such as described .
  • Logs are colored based on the message type.
  • LogColor keyword - Similar to Log. The message will be displayed in the IDE with the specified color.
  • Screenshot tool improved.
  • HttpUtils2 and DateUtils are now included as libraries in the IDE.
  • Bug fixes and other minor improvements (including "run last deployment" feature).

Backwards compatibility issues
In previous versions, when a layout file was loaded the images were loaded as is. Starting from this version the size of the loaded image might be smaller based on the target view. The visual result is the same. The difference can happen if you take the image of a view and assign it to a larger view.

转载于:https://www.cnblogs.com/xalion/archive/2013/05/13/3075097.html

你可能感兴趣的文章
WPF进阶教程 - 使用Decorator自定义带三角形的边框
查看>>
微信小程序资源整理
查看>>
BZOJ 3669: [Noi2014]魔法森林
查看>>
百度地图API的使用示例
查看>>
mysql 备份恢复
查看>>
C++第一天学习
查看>>
dede5.7文章模型(非软件模型)添加下载附件的方法
查看>>
关于前后端分离的一些事
查看>>
java web 项目 图书管理系统的设计与实现
查看>>
BZOJ 3339: Rmq Problem
查看>>
WIN7x64+VS2010+OpenCV2.4.10+cmake3.5.0重新编译OpenCV
查看>>
django forms的常用命令及方法(二)
查看>>
java位移运算符|And&,操作二进制
查看>>
字符串的模式匹配中的算法
查看>>
MySQL的学习记录
查看>>
Java语法基础练习2
查看>>
WindowManagerImpl和PhoneWindowManger的区别
查看>>
CSS样式
查看>>
解决sublime text无法安装插件问题
查看>>
Servlet笔记5--设置欢迎页面及HTTP状态码404、500
查看>>