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

https://www.fun123.cn/reference/other/media.html 

访问图像和声音 · App Inventor 2 中文网

... 访问图像和声音 « 返回首页 使用 App Inventor 构建的应用程序可以从三种不同的位置访问声音、图像和视频源: 应用程序资产 “界面设计”视图中显示的标记为 媒体 的源(应用程...
https://bbs.tsingfun.com/thread-1534-1-1.html 

App Inventor 2 怎么获取手机当前时间? - App Inventor 2 中文网 - 清泛IT...

得到的是一个时间对象 时间对象可以格式化成任意日期文本,用于显示 另外,另外一个求系统时间方法返回的是一个时间戳数字,注意区分:
https://www.fun123.cn/referenc... 

App Inventor 2 代码调试方式:App调试、问题排查方法 · App Inventor 2 中文网

... adb 调试:万能利器,调试拓展、查App崩溃 « 返回首页 App Inventor 2 调试方式 所有调试App的前提是安装好AI伴侣,并与AI伴侣连接后进行,我们在设计界面的每次改动,都会实时的反映在AI伴侣中。 A...
https://www.fun123.cn/referenc... 

App Inventor 2 标签内容过多,如何做到可上下滑动? · App Inventor 2 中文网

...? 垂直滚动条布局 « 返回首页 垂直滚动条布局 一般在大模型App中,使用标签进行输出,这时可能内容较多,默认情况下,并不会出现滚动条,不能上下滑动,看不到上面已...
https://www.fun123.cn/referenc... 

App Inventor 2 MenuSlide 拓展:滑动菜单效果 · App Inventor 2 中文网

... MenuSlide 拓展:滑动菜单效果 拓展下载 « 返回首页 MenuSlide 拓展:滑动菜单效果 代码如下: 拓展下载 .aix 拓展下载: com.varsha.menuslide.aix 您的...
https://www.fun123.cn/referenc... 

App Inventor 2 SideBarV2 侧边栏拓展 · App Inventor 2 中文网

... SideBarV2 侧边栏拓展 拓展下载 « 返回首页 SideBarV2 侧边栏拓展 (详细用法待完善) 拓展下载 .aix 拓展下载: co.com.dendritas.SidebarV2.zip 您...
https://www.fun123.cn/referenc... 

App Inventor 2 AlphaDialog 对话框扩展 · App Inventor 2 中文网

... AlphaDialog 对话框扩展 拓展下载 « 返回首页 AlphaDialog 对话框扩展 Alpha Dialog 是一个简单但功能强大且易于使用的扩展,您可以在项目中自由使用它来创建令人惊叹且独特的对话框。 该...
https://www.fun123.cn/referenc... 

App Inventor 2 使用 MaterialIcons 图标字体,快捷展示专业图标 · App Inventor 2 中文网

...专业图标 字体下载 « 返回首页 平时布局的话,如果要使用图标,一般需要去找 png 图片,且透明背景的。如果需要根据不同常见图标进行变色的话,就需要准备多张不同样式的图标,还要考虑...
https://www.fun123.cn/referenc... 

App Inventor 2 怎么修改app图标? · App Inventor 2 中文网

... 设置图标 镂空效果 « 返回首页 设置图标 在默认屏幕Screen1的属性“图标”中修改,如图: 点击?,可以查看属性的帮助,“更多信息”可跳转中文文档页面: ...
https://bbs.tsingfun.com/thread-2625-1-1.html 

AppInventor写二进制文件 - App应用开发 - 清泛IT社区,为创新赋能!

...:https://www.fun123.cn/reference/iot/bytearray.html 蓝牙等组件返回的字节列表(list),目前不能直接追加到拓展中,可以采用遍历字节列表,然后将字节逐一将追加到拓展中,最后调用拓展方法保存为二进制文件。