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

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

App Inventor 2如何计算1加到100的总和?(经典循环的写法) - App Invento...

用到的代码块是“指定范围循环”: 这个代码块的作用是指定一个数学范围,在这个范围内进行循环。 逻辑就是从1循环到100,每次循环值累加到变量“总和”中,代码如下: 我们看下执行结果: 再思考一下,使用...
https://bbs.tsingfun.com/thread-1163-1-1.html 

App Inventor 2 手机蓝牙及语音控制 - App Inventor 2 中文网 - 清泛IT论坛,有思想、有深度

来源:http://www.zsqz.com/chuangke/13.htm【学习目标】   1.掌握蓝牙客户端或服务端组件的使用;   2.学会编写手机蓝牙APP,并向Arduino发送控制指令;   3.学会编写手机语音控制程序,并能通过语音控制Arduino等设备。  【...
https://bbs.tsingfun.com/thread-1167-1-1.html 

Save Camera Pictures with Custom Names(照相机定制个性化的文件名) - A...

参考:https://community.appinventor.mi ... es-variables/1907/2 参考代码如下: 使用MoveFile更佳。
https://bbs.tsingfun.com/thread-1169-1-1.html 

【未发布】【第九课】语音交互 - App Inventor 2 中文网 - 清泛IT论坛,有思想、有深度

2023/06/18  父亲节
https://bbs.tsingfun.com/thread-1171-1-1.html 

【未发布】【第十课】图表绘制 - App Inventor 2 中文网 - 清泛IT论坛,有思想、有深度

chat 及 画布。。。
https://bbs.tsingfun.com/thread-1263-1-1.html 

App Inventor 2 编译过程 AAPT 阶段出错的可能原因 - App Inventor 2 中文...

很可能是因为素材中存在大小写不同的同名文件,例如:abc.jpg 和 ABC.jpg
https://bbs.tsingfun.com/thread-1363-1-1.html 

华为手机安装 AI 伴侣或编译后 apk 出现“恶意应用”阻拦问题 - App Invent...

华为手机,鸿蒙系统,可能出现阻拦如图: 解决方法: 手机设置 安全 更多安全 外部来源应用下载打开,就可以了 手机设置 系统和更新 纯净模式关闭也可以
https://bbs.tsingfun.com/thread-1395-1-1.html 

App Inventor 2 多用户注册登录功能如何实现? - App Inventor 2 中文网 - ...

由于是多用户,需要集中存储及验证用户信息,因此需要用到“网络微数据库“组件: 数据结构设计思路参考如下: 每个用户名作为一个key,值是字典(赋值给字符串就是JSON格式的),如: {"name":"张三",&qu...
https://bbs.tsingfun.com/thread-1157-1-1.html 

编译失败! Error: Your build failed due to an error in the AAPT stage,...

编译apk报错如下: 经过日志分析如下: Tag <activity> attribute name has invalid character [java] /tmp/1685410160630_0.39828964915976717-0/youngandroidproject/../build/AndroidManifest.xml:5: Tag <activity> attribute name has invalid character '�'.    &n...
https://bbs.tsingfun.com/thread-1002-1-1.html 

App Inventor 2开发计步器与定位器 - App Inventor 2 中文网 - 清泛IT论坛,有思想、有深度

来源:http://www.zsqz.com/chuangke/10r.htm 【学习目标】   1.掌握App Inventor中对调用手机计步器、位置传感器等硬件传感器的应用;   2.了解数据持久化,掌握数据存储等功能的实现;   3.通过编程实践,感受和体验利用手机...