大约有 1,000 项符合查询结果(耗时:0.0043秒) [XML]
为AppInventor2开发自己的拓展(Extension) - App Inventor 2 拓展 - 清泛IT社区,为创新赋能!
...dManager;import android.content.Intent;import android.content.res.AssetFileDescriptor;import android.net.Uri;import com.google.appinventor.components.annotations.DesignerComponent;import com.google.appinventor.components.annotations.DesignerProperty;import com.google.appinventor.components.annotatio...
App Inventor 2 扩展开发实战:从Java小白到发布第一个.aix自定义插件 - Ap...
...p; super(container.$form());
}
@SimpleFunction(description = "返回两个向量的和")
public float[] addVectors(float[] v1, float[] v2) {
return new float[]{v1[0] + v2[0], v1[1] + v2[1]};
}
@SimpleFuncti...
地图组件做App到底怎么选?我踩完6个坑,帮你总结了这份横评 - App应用开发...
...quot;: "天安门",
"description": "北京地标",
"image": "tiananmen.png",
"fill": "#FF0000"
&nbs...
ListView/ListPicker搜索框字体大小无法设置?源码分析与解决方案 - App应...
...大小属性:
private float searchTextFontSize = 14;
@SimpleProperty(description = "搜索框字体大小")
public void SearchTextSize(float fontSize) {
searchTextFontSize = fontSize;
txtSearchBox.setTextSize(fontSize);
}
需要在编译后的appinv...
BrightnessTools 拓展:设置手机亮度的工具 - App Inventor 2 拓展 - 清泛I...
BlocksDescription
Raises when error occurred
ParamsTypeDescriptionerrorStringReturn a description of error
Triggered when detected any brightness or adaptive change. The param "changed" indicate what has change.
ParamsTypeDescriptionchangedNumber (int)Return what has been chang...
MIT官方已升级至2.70版本,中文网待测试并升级相关特性 - App Inventor 2 ...
...on about special regex characters in replace block (@JustinFrost47)Improve description of the DataFile component (@gordonlu310)Fix a font size issue for checkbox and switch in the designer (@gordonlu310)Fix a CSS issue that made the PasswordTextBox look larger in the Designer than it should beFix an...
AppInventor2中的二进制数据以什么样的形式传递?字节列表、字节数组是什么...
...组的处理方式就是这种,直接转换成byte[]:
@SimpleFunction(description = "Publishes a binary array.")
public void PublishByteArray(String Topic, Object ByteArray, boolean RetainFlag, int QoS) {
final String funcName = &q...
5分钟了解 App Inventor 2:不会写代码,也能做出自己的 App - App应用开发...
什么是 App Inventor 2?
App Inventor 2(简称 AI2)是 MIT(麻省理工学院)开发的积木式 App 开发平台。核心理念:像搭积木一样搭建 App。
不需要写一行代码,所有逻辑通过拖拽"积木块"来完成——就像拼乐高一样,把不同...
App Inventor iOS App编译全流程:7步搞定苹果签名上架(更新版) - App应...
App Inventor iOS App编译全流程:7步搞定苹果签名上架(更新版)
App Inventor支持编译iOS应用,但流程比安卓复杂多了。本文梳理完整的7个步骤,帮你快速了解全貌,但是想要成功编译并测试必须有一定的开发基础!我仍然建议还...
7个App Inventor 2文件操作实用技巧,读写文件从未如此顺手 - App应用开发 ...
7个App Inventor 2文件操作实用技巧,读写文件从未如此顺手
开发App时,数据存在哪儿是个绕不开的问题——用户的笔记、游戏存档、从网络下载的配置文件,几乎每个应用都要和文件打交道。App Inventor 2 自带的文件管理器(File...
