大约有 30,000 项符合查询结果(耗时:0.0104秒) [XML]
App Inventor 2 如何开发掌控版做互联网通讯App? - App Inventor 2 中文网...
...还是怎么弄?
答复:
[hide]使用MQTT拓展,下载地址:https://www.fun123.cn/reference/components/connectivity.html#Mqtt
参考IoT专题的最后一篇文章:https://blog.csdn.net/INT_TANG/article/details/128210609
[/hide]
APP inventer 2 出现Runtime Error:No virtual method isDeniedPermission...
...但apk运行会报错,AI伴侣大概率也会。建议使用中文网(https://www.fun123.cn)平台,和MIT同步更新的。
参考:https://community.appinventor.mi ... permission/106211/9
创建并发送BLE蓝牙广播 - 创客硬件开发 - 清泛IT社区,为创新赋能!
...功地发送了BLE广播,并感谢社区的帮助。
原帖链接:https://community.appinventor.mi ... ertisements/17557/7
可以获得到广播数据吗?BLE有2种通信方式:扫描和广播,请参考中文网文档,广播数据接收:https://www.fun123.cn/reference/ ... l#Advert...
BLE UUID是对的但连接闪退:java.lang.IllegalArgumentException: UUID str...
...he BLE extension to be more robust to the Java 11 constraints.
来源:https://community.appinventor.mi ... android-14/124432/3
因此使用java11 编译出来的ble拓展即可解决这个问题,请使用最新编译出来的拓展(版本20240822):https://www.fun123.cn/reference/iot/b...
Need android.permission.BLUETOOTH_SCAN permission for android.content....
...拓展,应该就没有问题了。最新的拓展已经支持安卓14:https://www.fun123.cn/reference/iot/bluetoothle.html
参考:https://community.appinventor.mi ... le-android-12/66469
标签的“具有外边距”有啥用? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!
https://www.fun123.cn/reference/ ... ml#Label.HasMargins
待研究。
Object lp = view.getLayoutParams();
// The following instanceof check will fail if we have not previously
// added the label to the container (Why?)
if (lp instanceof ViewGroup.Margin...
micro:bit 连接报错 - 创客硬件开发 - 清泛IT社区,为创新赋能!
...可以解决。请使用最新编译出来的拓展(版本20240822):https://www.fun123.cn/reference/iot/bluetoothle.html。
来源:https://bbs.tsingfun.com/thread-1953-1-1.html
【会员提问解答】编译 .aab 是什么格式?和 .apk 有什么区别? - App Inven...
...手机软件商店会采用这种方式吗,什么时候会采用呢?
https://www.zhihu.com/question/5 ... 04?utm_id=fun123.cn
app inventor什么时候需要用到字典块【高频搜索】 - App Inventor 2 中文网...
列表能完成字典的绝大部分功能,不过字典具有比列表更好的查找性能,因此如果要对数据结构执行大量的操作,建议优先使用字典。
更多用法请查看文档:https://www.fun123.cn/reference/blocks/dictionaries.html
App Inventor 2 如何比较两个日期/时间? - App Inventor 2 中文网 - 清泛I...
...
比较两个日期/时间对象的毫秒数,具体请参见文档:https://www.fun123.cn/reference/ ... tml#Clock.GetMillis
即时时间的获取方法:
1、日期/时间选择框选中的
2、利用“计时器”组件自己创建,通过时间字符串比如:2023/01/01
3、...