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

https://www.fun123.cn/reference/pro/alisms.html 

App Inventor 2 接入阿里云短信服务,实现短信验证码功能 · App Inventor 2 中文网

...码参考: 发送效果参考如下: 拓展获取 « 返回首页 发送短信验证码功能一般都是基于短信平台提供的sdk进行调用,这里是基于阿里云短信平台进行的开发,阿里云短信平台点此开通,接入步骤请点此参考。 App I...
https://www.fun123.cn/referenc... 

列表显示框布局:使用布局和元素字串 · App Inventor 2 中文网

...图像,主文本,详细文本 - Image,MainText,DetailText « 返回首页 列表显示框 组件支持两种定义元素的方法:元素字串 和 布局。 元素字串 是旧版本的兼容方法,它支持由单个字符串组成的元素。 布局 与 列表数据 相结合...
https://www.fun123.cn/referenc... 

将你的应用程序上传到 Google Play · App Inventor 2 中文网

...程序上传到 Google Play « 返回首页 Click here for a version of this page on which you can comment. 切换 目录 关注 我们 关注我,不迷路 ...
https://www.fun123.cn/referenc... 

背包:将代码块复制并粘贴到不同的屏幕和项目 · App Inventor 2 中文网

...何项目或屏幕中吗? 可以从背包中移除代码块吗? « 返回首页 背包:将代码块复制并粘贴到不同的屏幕和项目 背包允许你在整个项目存储库中携带代码块,从而允许块在项目之间和屏幕之间传输。 背包的内容在登录后...
https://www.fun123.cn/referenc... 

编辑你的应用(复制和粘贴) · App Inventor 2 中文网

...码块 » 粘贴代码块 复制屏幕 分享设计 « 返回首页 App Inventor 包含剪切、复制和粘贴应用程序部分设计的功能。 操作组件 你的应用程序设计由从屏幕开始的树形结构中的一个或多个组件组成。 你可以通过将...
https://www.fun123.cn/referenc... 

使用模拟器构建应用程序 · App Inventor 2 中文网

...模拟器构建应用程序 « 返回首页 App Inventor includes an emulator for the phone. The emulator lets you develop and test apps using a virtual phone instead of a real phone. Instead of connecting a phone to the USB port, just start the emulator p...
https://www.fun123.cn/referenc... 

使用位置传感器 · App Inventor 2 中文网

... 使用位置传感器 « 返回首页 This tutorial was developed by Professor David Wolber at The University of San Francisco. The LocationSensor component can determine the phone’s latitude and longitude as well as a street address. You can use...
https://www.fun123.cn/referenc... 

构建具有多个屏幕的应用程序 · App Inventor 2 中文网

...多个屏幕的应用程序 « 返回首页 构建具有多个屏幕的应用程序 App Inventor 可以轻松地向应用程序添加更多屏幕,但最好也不要添加太多屏幕,因为多个屏幕的应用程序将非常消耗计算资源,并...
https://www.fun123.cn/reference/other/media.html 

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

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

制作列表 · App Inventor 2 中文网

... 制作列表 « 返回首页 什么是列表? 很多应用程序需要使用数据列表。例如,一款游戏可能会保存一份高分列表,社交应用会保存一份好友列表。 列表是一种用于所有编程语言的数...