大约有 450 项符合查询结果(耗时:0.0040秒) [XML]
App Inventor 2 项目合并工具:合并多个项目的屏幕、素材及拓展 - App Inve...
...要合并的2个.aia项目文件:选择需要合并的屏幕、资源、拓展等。注意:两边如果同时选中Screen1,会提醒将右边的屏幕改名后合并到最终的项目。合并完成,保存 merged.aia 文件到本地。合并完成验证上面合并后的 merged.aia 导入到...
为什么 App Inventor 扩展导入了,但是没啥反应? - App Inventor 2 中文网...
大概率是导入拓展后,没有拖动拓展到界面上!
导入拓展后,别忘了拖动拓展到主界面上,这样才算真正创建了拓展对象,这时才能使用拓展的方法。
App Inventor 2 QRCode 扩展:二维码扫描及生成方案都在这里 - App Invento...
1、QRCode 二维码扫码:
使用原生的“条码扫描器”组件:
2、二维码生成的方案:
html + js + Web浏览器 方案:https://puravidaapps.com/qr.php
QRCodeGenerator 拓展方案:https://community.appinventor.mi ... tor-extension/47908
App Inventor 2 Encrypt.Security 安全性扩展:MD5哈希,SHA/AES/RSA/BASE6...
.../解密方法的属性。它必须是包含32个字符的字符串。.aix 拓展下载:
https://www.fun123.cn/reference/ ... urityExtension.html
有没有关于CRC校验的扩展? - App Inventor 2 拓展 - 清泛IT社区,为创新赋能!
...制就简单得多。这个需求比较通用,应该是有现成的 CRC 拓展,我稍后找一下再上传{:8_384:}参考:https://community.appinventor.mit.edu/t/can-someone-help-me-reproduce-this-code-using-the-blocks/60372/15CRC16 算法有多种,本扩展以 ASCII 格式接收数据并以...
KIO4_AnimatedGif:Gif 动画扩展,可点击,可设置透明背景 - App Inventor ...
...n.com/thread-1801-1-1.html
当然,也可以使用本文介绍的这款拓展~
Gif 动画扩展,可点击,可设置透明背景,效果如下:
参考代码块:
来源:https://community.appinventor.mi ... ent-background/1549
App Inventor 2 低功耗蓝牙 BlueToothLE 拓展之StringsReceived - 创客硬件...
App Inventor 2 低功耗蓝牙 BlueToothLE 拓展之StringsReceived用法:
蓝牙客户端组件(SPP经典蓝牙)vs BluetoothLE拓展(低功耗蓝牙)基础代码...
...的设备:
错误处理:
---------------------
BluetoothLE拓展(低功耗蓝牙),特点是无需配对,直接扫描发现ble设备列表。
https://www.fun123.cn/reference/iot/bluetoothle.html
开始扫描:
展示发现的设备列表:
选设备
断开当...
[url]https://github.com/jarlisson2/NotificationStyleAIX[/url] 补充...
https://github.com/jarlisson2/NotificationStyleAIX 补充进拓展文档
AppInventor如何实现通过扫二维码导入表格数据 - App Inventor 2 拓展 - 清...
...分隔)格式。
4、解析数据并展示:
推荐使用TableView拓展展示csv表格数据。