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

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

对话框设置背景颜色后,颜色没变? - App应用开发 - 清泛IT社区,为创新赋能!

我这样设置后,颜色没变? -------- 对话框的颜色设置只针对弹出信息提醒才能生效,系统弹窗样式是跟着安卓系统走的,定制不了。 要定制,用 AlphaDialog 拓展。帮助菜单,拓展文档,搜索 对话框。
https://bbs.tsingfun.com/thread-2905-1-1.html 

DeepSeek ➕Markdown 拓展搭配如何让回答内容可以滚动显示? - App Invento...

首先用户使用的是水平布局,内容展示不下时无法上下滚动。这里一定要使用 垂直滚动布局,就可以手动滑动查看全部内容了! 回答时,目前还没做到自动向下滚动,这个下个版本计划安排上,敬请期待。
https://bbs.tsingfun.com/thread-2910-1-1.html 

运行时会runtime error,但是ai伴侣没问题 - App Inventor 2 中文网 - ...

用户名:13313246460
https://bbs.tsingfun.com/thread-2918-1-1.html 

CircularlmageBar cannot accept the arguments: , [com.google.appinvento...

CircularlmageBar cannot accept the arguments: , [com.google.appinventor .components.runtime .Image@f3f6c0d], I''],.... 原因:温度数据为空导致的,加一个非空判断即可解决问题。
https://bbs.tsingfun.com/thread-2940-1-1.html 

界面可以全屏? - App应用开发 - 清泛IT社区,为创新赋能!

可以的。screen1 属性可以设置: 更多参考:https://www.fun123.cn/reference/creative/fullscreen.html
https://bbs.tsingfun.com/thread-2945-1-1.html 

AppInventor 如何拼接 json 文本 - App应用开发 - 清泛IT社区,为创新赋能!

需要拼接 json 文本通过 mqtt 发送,原理是利用字典的特性,它天生就是 json 的一种表现,打印出来就是 json 格式文本,拼接方式如下: 使用 创建字典 代码块,默认只 2 个插槽,表面上看起来只能放 2 组数据,但是它是...
https://bbs.tsingfun.com/thread-2950-1-1.html 

- App应用开发 - 清泛IT社区,为创新赋能!

...款:GestureDetect Extension (List and Swipe Images) https://community.appinventor.mi ... swipe-images/144070 但是测试下来,可能不太完善,拓展不够成熟。 以下2款貌似不支持手势滑动,但可以轮换播放图片: https://aix.colintree.cn/zh/extensions/ColinTr...
https://bbs.tsingfun.com/thread-3001-1-1.html 

- App Inventor 2 离线版 - 清泛IT社区,为创新赋能!

详见:https://bbs.tsingfun.com/thread-2985-1-1.html 目前内测版,仅适合尝鲜用户/内测用户。
https://bbs.tsingfun.com/thread-3038-1-1.html 

水平滚动布局管理器 HorizontalScrollHandler - App Inventor 2 中文网 - ...

这个如何使用?扩展文档写得并不详细。
https://stackoverflow.com/ques... 

Best way to show a loading/progress indicator?

What is the best way to show a loading spinner while the app is waiting for a response from the server? 5 Answers ...