大约有 45,000 项符合查询结果(耗时:0.0148秒) [XML]

https://www.fun123.cn/referenc... 

背包:将代码块复制并粘贴到不同的屏幕和项目 · App Inventor 2 中文网

..., //二维码颜色 colorLight: "#ffffff" //背景颜色}); App Inventor 2 中文网 © 2023 - document.write(new Date().getFullYear()); 跟着学(上海)教育科技有限公司 版权所有,未经书面许可,不得转载或使用 隐私策...
https://bbs.tsingfun.com/thread-1601-1-1.html 

【解决】Component "com.google.appinventor.components.runtime.Butt...

...错信息如下: [LoadComponentInfo] INFO: Component "com.google.appinventor.components.runtime.ActivityStarter" does not specify permissionConstraints [LoadComponentInfo] INFO: Component "com.google.appinventor.components.runtime.Button" does not specify permissionConstraints...
https://bbs.tsingfun.com/thread-1756-1-1.html 

如何实现心电图曲线 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

...用拓展: https://bbs.tsingfun.com/thread-1688-1-1.html App Inventor 2  发表于 2024-06-21 18:31 简单的图表使用原生组件可以实现: 有五种不同的图表类型,包括折线图、面积图、散点图、条形图和饼图。 感谢回复{:8_411:}
https://bbs.tsingfun.com/thread-1435-1-1.html 

苹果手机可以安装AI伴侣进行测试吗? - App Inventor 2 中文网 - 清泛IT社...

...装AI伴侣进行测试吗? 可以,苹果AppStore搜索“mit app inventor”下载即可,但功能有限。首先,版本较安卓AI伴侣低,特性支持不会那么及时,也就是新增的功能需要一段时间后才能更新到iOS版中。其次,使用了拓展的App一律不...
https://bbs.tsingfun.com/thread-1549-1-1.html 

App Inventor 2 实现商业级APP启动屏幕效果(SplashScreen) - App应用开发 -...

启动屏幕效果实现的功能包括:启动App时展示启动屏,右上角展示5秒倒计时,中途可点击跳过。倒计时结束或点击跳过,则跳转到主界面。效果如下:实现原理App启动屏效果的实现原理及详细步骤要点如下:Screen1作为启动屏幕...
https://bbs.tsingfun.com/thread-2319-1-1.html 

App发布】关于发布App到应用市场,腾讯申诉不通过的问题 - App Inventor ...

在线apk反编译及分析工具: http://www.javadecompilers.com/apk https://mogua.co apk工具Python版: https://juejin.cn/post/6985091071101370376 安卓危险权限介绍: https://www.secrss.com/articles/10974 ------------------------------------------------------ 无...
https://bbs.tsingfun.com/thread-1784-1-1.html 

APP INVENTOR硬件交互学习教程04——蓝牙控制继电器 - 创客硬件开发 - 清泛...

...ite(relayPin, LOW);}       } } 复制代码三、app inventor 3.1界面 3.2程序逻辑块
https://bbs.tsingfun.com/thread-1279-1-1.html 

用这个做的app能实现开机自启吗 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

用这个做的app能实现开机自启吗经过MIT官方及其他资料翻查,发现ai2目前并不能实现App的开机自启动: 1、迂回方式:使用AutoStart第三方App开机启动,然后再启动你的App。下载地址:https://play.google.com/store/ap ... ;hl=en-GB&pli=1 2...
https://bbs.tsingfun.com/thread-1372-1-1.html 

ButtonBar拓展:定制功能非常强大、效果非常酷炫的导航条拓展 - App Invent...

...布局”,然后创建各自的view,添加各自的Tab即可: App Inventor 2  发表于 2024-04-11 10:18 界面上添加2个“ButtonBar”对象和2个“水平布局”,然后创建各自的view,添加各自的Tab即可: ... 我这样试了,不成功,只显示一...
https://bbs.tsingfun.com/thread-1305-1-1.html 

AI2 如何快捷比较两个列表的差异项,然后再根据差异的项去执行更新操作? -...

...点: https://www.fun123.cn/reference/blocks/dictionaries.html Q:App Inventor 2 什么情况下需要使用字典?A:列表能完成字典的绝大部分功能,不过字典具有比列表更好的查找性能,因此如果要对数据结构执行大量的操作,建议优先使用字典...