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

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

AppInventor2列表排序,函数式编程轻松实现高级排序算法 - App Inventor 2 ...

1、最简单的升序排序,支持基本数据类型(文本和数字): 来自文档:https://www.fun123.cn/reference/blocks/lists.html#sort 2、基本类型的降序排序可以实现吗? 当然可以,这时就要用到函数式编程了,按照函数中指定的逻辑进...
https://bbs.tsingfun.com/thread-1802-1-1.html 

AppInventor2实现蓝牙开启提醒,当蓝牙未开启时弹窗提醒用户开启蓝牙 - 创...

1、代码如下: 当蓝牙未启用时,会自动弹出交互框,让用户选择启用手机蓝牙。 当蓝牙已启用时,这2个代码块将没有任何效果(不提醒也不报错)。 2、也可加一个判断,代码如下: 3、蓝牙开启提醒的交互效果如...
https://bbs.tsingfun.com/thread-1898-1-1.html 

AppInventor 文本框颜色怎么设置? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

如题: 文本框只能设置 文字颜色 和 背景颜色: [hide]文本框的颜色没有直接的设置选项,跟着屏幕的交互颜色走的,具体请看文档:https://www.fun123.cn/reference/ ... terface.html#Screen [/hide]
https://bbs.tsingfun.com/thread-1899-1-1.html 

AppInventor 蓝牙界面很卡? - 创客硬件开发 - 清泛IT社区,为创新赋能!

蓝牙数据发送太快,界面会卡:
https://bbs.tsingfun.com/thread-1912-1-1.html 

AppInventor2 文本输入框(TextBox)已支持文本变更事件,非常便于实时处理...

自 v2.70开始,文本输入框加入了文本变更事件: 效果如下: 同理,密码输入框组件也是一样的。
https://bbs.tsingfun.com/thread-1949-1-1.html 

AppInventor2文本输入框下面的横线怎么去掉? - App应用开发 - 清泛IT社区...

Q:你好,文本输入框下面这条横线怎么去掉呢? ----------------------- 这个属于系统本身的样式,待研究一下。。。
https://bbs.tsingfun.com/thread-1002-1-1.html 

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

...其他应用程序来组合应用程序,简单说就是可以让我们在appinventor里面直接调用手机上已经安装的其他程序,比如相机、地图等。 (2)属性 Action属性:android.intent.action.VIEW DataUri属性:这是调用其他程序的关键属性,可在程序...
https://www.fun123.cn/referenc... 

用户界面(UI)组件 · App Inventor 2 中文网

...使用 getWebViewString() 和 setWebViewString(text) 方法操作 window.AppInventor 的Javascript对象。 > 例如:如果Web浏览框打开包含 Javascript 命令的页面: document.write("在WEB页面Javascript中输出AppInventor设置的交换字串:" + window.AppInventor.getWebViewSt...
https://bbs.tsingfun.com/thread-1069-1-1.html 

App Inventor 2 中的“2”是什么意思? - App Inventor 2 中文网 - 清泛IT...

...兼容。 AI1截图: AI2截图: 参考资料: https://appinventor.mit.edu/explore/ai2/whats-new.html http://www.appinventor.org/appInventor2
https://www.tsingfun.com/it/ai... 

解决 App Inventor 2 Runtime Error运行时错误的专业指南 - App Inventor 2...

解决 App Inventor 2 Runtime Error运行时错误的专业指南AppInventorRuntimeError解决 MIT App Inventor 运行时错误的专业指南引言在使用 MIT App Inventor 开发应用程序时,运行时错误是开发者经常遇到的问题。这些错误可能源于不同的原因,如组...