大约有 13,000 项符合查询结果(耗时:0.0191秒) [XML]
App Inventor 2 文本.合并字符串的引号问题 - App Inventor 2 中文网 - 清...
转:合并字符串有引号吗?比如‘A’和‘B’,是‘AB’吗
答复:
[hide]引号也是文本,应该中间还有两个引号。你可以验证一下。
经测试,的确如此:
问:那有办法去掉吗?
答:
问:就是我只想去掉开头的引...
App Inventor 2 可以给按钮换背景图片吗? - App Inventor 2 中文网 - 清泛...
转:可以给按钮换背景图吗?
答复:
[hide]
可以,直接设置按钮背景图片即可。
设置按钮图像的路径,如果同时设置了图像和背景颜色,则仅图像可见。
https://www.fun123.cn/reference/components/userinterface.html#Button
[/hide]
App Inventor 2 怎么判断两个颜色是否相等? - App Inventor 2 中文网 - 清...
转:为什么这里不能判断这个背景颜色呢?
答:
背景颜色不是 bool 型,不能直接插入判断积木。
[hide]要使用 等于(推荐数学块.等于,当然文本块.等于也可以) 来判断才行。
经检验,数学及文本块下面的等于判断积...
AppInventor怎么修改app图标? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!
在默认屏幕Screen1的属性“图标”中修改,如图:
点击?,可以查看属性的帮助,“更多信息”可跳转中文文档页面:
可以使用透明背景的png图片作为图标,以实现镂空的效果:https://bbs.tsingfun.com/forum.p ... 319&fromuid=810
Flubbie 为App添加魔法动画的拓展 - App Inventor 2 拓展 - 清泛IT社区,为创新赋能!
.aix拓展下载:
原文:https://community.appinventor.mi ... ur-components/38796
App Inventor 2 图片打水印如何实现? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!
问:图片水印的这个问题,你们这个功能能做不?
答:
1、水印是可以通过画布,叠加一个图片,再画布.保存实现。
2、通过拓展实现:ImageUtil 拓展。
参考:https://community.appinventor.mi ... rmark-image/76113/3
App Inventor 2 QRCode 扩展:二维码扫描及生成方案都在这里 - App Invento...
1、QRCode 二维码扫码:
使用原生的“条码扫描器”组件:
2、二维码生成的方案:
html + js + Web浏览器 方案:https://puravidaapps.com/qr.php
QRCodeGenerator 拓展方案:https://community.appinventor.mi ... tor-extension/47908
App Inventor 2 复制屏幕功能,误删组件的“后悔药”,界面设计更便捷 - Ap...
“复制屏幕”功能全新上线,中文网独有(MIT没有此功能),可以复制屏幕中的普通组件、图片、附件、拓展、代码块。更多升级详情可查看发布日志。下面演示一下屏幕的复制效果:1、Screen1屏幕上有若干组件、及一个SQLite拓...
app inventor 里的换行符是什么? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!
...; 。"\r" 在vim中被解释为 "^M" 。
那么在AppInventor里换行符是什么呢?试试就知道了:
经过测试,无论是"\r",还是"\r\n",都可以进行正常的换行展示。
不过个人还是建议直接使用"\n"较好...
WakeLock 拓展:保持App活动状态,不自动关屏 - App Inventor 2 拓展 - 清...
AI2 WakeLock Extension: Always stay active
来源:https://ullisroboterseite.de/android-AI2-WakeLock-en.html