大约有 9,391 项符合查询结果(耗时:0.0170秒) [XML]

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-2997-1-1.html 

ip地址用哪个扩展?AI助手为什么可以?直接导入IP地址的扩展,但在扩展文档...

ip地址用哪个扩展?AI助手为什么可以?直接导入IP地址的扩展,但在扩展文档中没有。并且为什么AI导入的图。代码块都是中文。而自己导入的扩展代码块都是英文。你是说 clientsocket 拓展吗?tcp 连接的。 我们自己做个加强版...
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-3032-1-1.html 

WavSoundRecorder 录音拓展,生成 .wav 格式音频文件,可用于百度云语音识...

有用户反馈:百度云语音识别时,需要传入 .wav 或 .m4a 格式的音频文件,但是原生的 (多媒体下的)“录音机” 组件生成的是 .3gp 格式的音频文件,不能识别,有没有 .wav 格式的录音拓展? 有,验证下来生成的 .wav 格式音...
https://bbs.tsingfun.com/thread-3037-1-1.html 

运动软件设计问题 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

本帖最后由 wwwwwwwwwwww 于 2026-07-03 10:55 编辑 我要做一个运动软件,里面有一个轨迹图功能,我应该怎么做出来?需要用什么组件?而且我需要怎么处理运动距离过远的时候缩放和自动保存? 地图相关组件,画线组件,地图本...
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 ...
https://stackoverflow.com/ques... 

Cannot hide status bar in iOS7

I just upgraded my iPhone 5 iOS 7 to four beta version. Now when I run my app from Xcode 5 on this iPhone, status bar doesn’t hide, even though it should. ...
https://stackoverflow.com/ques... 

how to implement a pop up dialog box in iOS

... message:@"You must be connected to the internet to use this app." delegate:nil cancelButtonTitle:@"OK" otherButtonTitles:nil]; [alert show]; [alert release]; ...