zoukankan      html  css  js  c++  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 develop real-world solutions and reuse code between different projects.

    New features and improvements:
    • Conditional Compilation & Build Configurations: http://www.basic4ppc.com/android/forum/threads/conditional-compilation-build-configurations.40746/
    • Shared code modules: http://www.basic4ppc.com/android/forum/threads/shared-code-modules.40747/
    • #AdditionalJar attribute - Allows adding jar files to the compilation. Together with JavaObject library it is now possible to use 3rd party libraries without a wrapper (not in all cases).
    • Project meta file - This file stores "dynamic" project state: modules visibility and order, collapsed nodes, bookmarks and breakpoints. This file should be excluded from source controls.
    • Bit.InputStreamToBytes - Reads all the data from an input stream and returns an array of bytes with the data. The input stream is closed automatically.
    • JSON generator supports arrays as well as lists.
    • CreateMap keyword - A shorthand method for creating and filling Maps. For example:
      Code:
      Dim m1 As Map = CreateMap("Key1"10"Key2"20)
    • Array keyword - The type can be omitted. In that case the array type will be Object. The Array keyword now supports creating empty arrays.
    • Spinner.DropDownBackgroundColor property
    • Debugger can optionally show hexadecimal values.
    • Auto complete for layouts and assets files:

      [​IMG]
    • Libraries filter box:

      [​IMG]
    • Add existing modules supports multiple selection.
    • New configurable color: ToolTipDefaultText (color of non-code tool tips text)
    • Other minor improvements and bug fixes.

    All users who are eligible for a free upgrade should receive an email with the link to the beta version. Please allow 12 hours for this mail to arrive.

    Note that this is a beta version. You should backup your projects before loading them with the new version.
    Projects saved in v3.80 cannot be opened with older versions of B4A (due to the new meta files).
  • 相关阅读:
    maven上传jar包规范
    java.util.ConcurrentModificationException
    求集合中的最大值和最小值
    对象/集合转换成json
    字符串直接赋值和构造赋值的区别
    CSV文件读取
    读取properties配置文件
    图片轮播 js代码
    工作流数据库字段设计-审批流程。。
    @Html.Partials 加载分布视图传参数
  • 原文地址:https://www.cnblogs.com/xalion/p/3718344.html
Copyright © 2011-2022 走看看