大约有 100 项符合查询结果(耗时:0.0071秒) [XML]

https://www.fun123.cn/referenc... 

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

...stead of a real phone. Instead of connecting a phone to the USB port, just start the emulator program. When you click Connect to Phone in the Blocks Editor, your app will appear in the emulator. You can’t do everything with the emulator that you can with a real phone — you can’t shake it, for...
https://www.fun123.cn/referenc... 

App Inventor 2 控制代码块 · App Inventor 2 中文网

...another screen) 打开另一屏幕并传值(open another screen with start value) 获取初始文本值(get plain start text) 获取初始值(get start value) 关闭屏幕(close screen) 关闭屏幕并返回文本(close screen with plain text) 关闭屏幕并返回...
https://www.fun123.cn/referenc... 

ContinuousSpeech 连续语音识别扩展:持续语音识别无需重复启动 · App Inventor 2 中文网

...扩展的版本号。 方法 Methods 启动 Start() 启动连续语音识别。识别器将持续运行,直到调用 Stop() 方法或发生错误。 停止 Stop() 停止语音识别,中断内部重启循环。 事件 Events 部分...
https://www.fun123.cn/reference/pro/pan.html 

App Inventor 2 接入百度网盘API · App Inventor 2 中文网

... https://pan.baidu.com/rest/2.0/xpan/file?method=list&dir=/test&order=time&start=0&limit=10&web=web&folder=0&access_token=[access_token]&desc=1 参考代码如下: 注意:这里是限定显示第一页,每页 10 条,可以改请求参数拿更多的文件:start=0&limit=10,比如10...
https://www.fun123.cn/referenc... 

TCPServer TCP服务器扩展:在Android设备上创建TCP服务器 · App Inventor 2 中文网

... 最后操作 LastAction 返回最后执行的操作描述(例如 “Start”)。 最后错误代码 LastErrorCode 返回最近一次错误的错误代码。 最后错误消息 LastErrorMessage 返回错误描述文本。 最后异常原因 LastExceptionCause 返回触发错误...
https://www.fun123.cn/referenc... 

StatusbarTools 扩展 - 状态栏自定义工具 · App Inventor 2 中文网

...场景中隐藏状态栏,提供沉浸式游戏体验: when GameScreen.Start do call StatusbarTools1.HideStatusBar 2. 媒体播放器 在视频播放时使用透明状态栏: when VideoPlayer.Start do call StatusbarTools1.SetTransparent true call StatusbarTo...
https://www.fun123.cn/referenc... 

将 App Inventor 2 项目连接到外部传感器 · App Inventor 2 中文网

...e motors for use, the method “SetupMotors” must be called when the app starts and the screen is initialized. Here is an example of how simple the new blocks are to use: Tutorials A tutorial for using the blocks has can be found here Ports, Wiring, and API For reference, the front right mo...
https://www.fun123.cn/referenc... 

GIF Animated 扩展:可点击透明背景动画GIF播放器 · App Inventor 2 中文网

...件路径 返回值:数字类型,GIF动画的总帧数 Start 开始播放() 开始播放GIF动画。 Stop 停止播放() 停止播放GIF动画。 SetLoop 设置循环(是否循环) 设置GIF动画是否循环播放。 是否循环:布尔类型,true表示...
https://www.fun123.cn/reference/other/xml.html 

使用 XML 和 Web 服务 · App Inventor 2 中文网

...eb component to retrieve the Fahrenheit temperature in San Francisco. We start by getting the complete weather for San Francisco, by doing an HTTP Get with the URL: http://api.wunderground.com/api/YOUR KEY/conditions/q/CA/San_Francisco.xml You’ll need to replace the string YOUR KEY by an actua...
https://www.fun123.cn/referenc... 

ImageView 扩展:图片查看器扩展,支持缩放、双击缩放和动画缩放 · App In...

...使用矩阵进行缩放 FIT_XY (1):拉伸图片以填充视图 FIT_START (2):从顶部开始适应 FIT_CENTER (3):居中适应 FIT_END (4):从底部开始适应 CENTER (5):居中显示 CENTER_CROP (6):居中裁剪 CENTER_INSIDE (7):居中内部适应 应用...