大约有 9,200 项符合查询结果(耗时:0.0143秒) [XML]

https://bbs.tsingfun.com/thread-1717-1-1.html 

自定义下载器扩展:个性化下载进度展示 - App Inventor 2 拓展 - 清泛IT社...

...otification. Get a list of all download IDs Get the ASD path of your app Get the current download ID. Cancel all ongoing downloads. This block converts the bytes into KB and MB automatically, You can use own calculation for converting bytes into big units. Get the downloaded size f...
https://bbs.tsingfun.com/thread-1740-1-1.html 

Ai2 Starter模拟器连接一直失败? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

... 4、放弃使用ai2Starter,使用商业模拟器,具体参考:《App Inventor 2 连接方式:AI伴侣、模拟器、USB》。
https://bbs.tsingfun.com/thread-1741-1-1.html 

Android商业模拟器如何使用? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

...k安装包到电脑,然后模拟器菜单选择安装apk,完成AI伴侣App的安装并启动它。开始测试:连接 –> AI伴侣,复制 6 位字符码,粘贴到模拟器中的AI伴侣中,点“使用编码连接”即可。
https://bbs.tsingfun.com/thread-1764-1-1.html 

中小学生课程表App,优质aia源码,界面美观,体验流畅 - .aia 案例源码 - ...

中小学生课程表App,优质源码,界面美观,体验流畅。
https://bbs.tsingfun.com/thread-1765-1-1.html 

车牌号限号提醒App aia 源码 - .aia 案例源码 - 清泛IT社区,为创新赋能!

车牌号限号提醒App 案例源码,来源互联网公开资源,侵删。请自行研究。
https://bbs.tsingfun.com/thread-1792-1-1.html 

APP INVENTOR硬件交互学习教程06——硬件参数上报 - 创客硬件开发 - 清泛IT...

...硬件参数上报,板子接收到指令,执行后反馈一个状态给APP。 1.界面组件 增加两个标签,一个布局,一个文本输入框 2.程序逻辑 增加接收处理和显示判断 3.arduino nano代码 // 引脚定义 const int ledPin1 =  5;// the numb...
https://bbs.tsingfun.com/thread-1798-1-1.html 

做个简单加法怎么老报错 - App应用开发 - 清泛IT社区,为创新赋能!

输入自动加等于结果 不须要另点按键,下载启动APP报错要加一个输入不为空的判断,空文本不能用于数字计算,就会报错。代码如下:
https://bbs.tsingfun.com/thread-1801-1-1.html 

【动图】AppInventor2如何播放gif动图?如何播放动画? - App Inventor 2 ...

如题,目前AppInventor2用于显示图片的组件是“图像”组件,不过如果设置图片为gif的话,设计视图中图片预览会展示动图,但是通过AI伴侣测试或编译成apk真机测试,就会发现图片不会动,只会展示静态图片。那么问题来了,如...
https://bbs.tsingfun.com/thread-1819-1-1.html 

怎么在订阅发布主体内以16位数据发送 modbus 报文 - App Inventor 2 拓展 -...

怎么在MQTT 中 在订阅中发送16位数据参考代码如下: App Inventor 2  发表于 2024-07-12 18:22 参考代码如下: 你好,按照你给的例子,修改了以后点击发送出现错误,请给解答一下 15898807301 发表于 2024-07-13 18:13 你好,按照...
https://bbs.tsingfun.com/thread-1826-1-1.html 

大佬们,串口输出的文本字符怎么不能比较,也不能转换数字类型? - App应用...

...的文本字符怎么不能比较,也不能转换数字类型?你好,App Inventor 2 是弱语言类型,文本和数字之间不用刻意去转换,之间赋值就可以了:https://www.fun123.cn/reference/blocks/text.html#text2num 再次经过测试,你上面的步骤都能正常测...