大约有 1,100 项符合查询结果(耗时:0.0058秒) [XML]

https://www.fun123.cn/reference/creative/db.html 

App Inventor 2 数据库方案对比 · App Inventor 2 中文网

... 各版本对比 App上架指南 入门必读 IoT专题 AI2拓展 Aia Store 关于 关于我们 发布日志 服务条款 搜索 ...
https://bbs.tsingfun.com/thread-3055-1-1.html 

编译不成功是什么原因? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

...AR) libraries ________Attaching component assets ________Invoking AAPT YAIL compiler - AAPT execution failed. 方便的话上传一下 aia,这样定位更快哦~App Inventor 2  发表于 2026-07-10 13:04 方便的话上传一下 aia,这样定位更快哦~ 请指教,谢谢!...
https://bbs.tsingfun.com/thread-3072-1-1.html 

App Inventor 2 图表组件实战:5种图表类型+动态数据绑定,手把手做出专业...

...会清除——导入前先调用 清除数据序列() 3. 趋势线需要AI伴侣v2.70+——旧版本调试看不到效果 4. 条形图的x值会四舍五入——适合离散类别,不适合连续数据 5. 多个数据序列的颜色——通过ChartData2D的 颜色列表 属性设置 小...
https://bbs.tsingfun.com/thread-3098-1-1.html 

拓展中有AndroidRuntime.jar和class.jar为啥有2份逻辑? - App Inventor 2 ...

...──────   classes.jar(dex)   谁用: AI 伴侣联机调试:手机 DexClassLoader加载   为什么不能换成另一份: 手机上跑不了d8,只能吃现成的 dex 原理: .jar(.class) java字节码   ---d8--->    .dex...
https://bbs.tsingfun.com/thread-3114-1-1.html 

ListView/ListPicker搜索框字体大小无法设置?源码分析与解决方案 - App应...

...EditText,在构造函数中创建: txtSearchBox = new EditText(container.$context()); txtSearchBox.setSingleLine(true); txtSearchBox.setWidth(Component.LENGTH_FILL_PARENT); txtSearchBox.setPadding(10, 10, 10, 10); HintText("Search list..."); 暴露给用户的属性只有: ...
https://bbs.tsingfun.com/thread-3131-1-1.html 

手机App控制Arduino:米思齐+App Inventor2蓝牙实战教程(图文) - 创客硬...

...就收文本显示到Label(看回执) 打包APK装到手机(或用AI伴侣实时调试)。 第四步:联调 1. 手机系统蓝牙先配对HC-05(密码1234或0000) 2. 打开App → 点ListPicker → 选"HC-05" → 显示"已连接" 3. 点"开灯"...
https://www.fun123.cn/referenc... 

NumberPicker 扩展:滑动选择数字,自定义样式 · App Inventor 2 中文网

... 各版本对比 App上架指南 入门必读 IoT专题 AI2拓展 Aia Store 关于 关于我们 发布日志 服务条款 搜索 ...
https://www.fun123.cn/referenc... 

通信连接组件 · App Inventor 2 中文网

...出另一个程序的的类。 文件的第一行将开始使用“main=”并后跟类名。 例如:main=com.gmail.Bitdiddle.Ben.HelloPurr.Screen1(第一个组件表明它是由 Ben.Bitdiddle@gmail.com 创建)要让您的 Activity启动器 启动此应用程序,设置以下属性: ...
https://bbs.tsingfun.com/thread-1974-1-1.html 

AppInventor2中的二进制数据以什么样的形式传递?字节列表、字节数组是什么...

...p; public void PublishByteArray(String Topic, Object ByteArray, boolean RetainFlag, int QoS) {         final String funcName = "PublishByteArray";         resetErrorInfo(funcName);         if (...
https://bbs.tsingfun.com/thread-2981-1-1.html 

ESP8285接入App Inventor 2深度调研:4种连接方案+是否需要开发拓展 - 创客...

...Physicaloid库,支持Arduino) 2. fun123自研拓展 - ClientSocketAI2Ext - TCP Socket客户端,支持异步连接、文本/二进制收发、后台数据监听 - FTPClient - FTP文件传输 3. 关键发现 Serial.java是唯一提及Arduino/ESP8266/ESP8285的运行时文件,使用P...