大约有 300 项符合查询结果(耗时:0.0037秒) [XML]
使用位置传感器 · 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 it to share your location with others, record “breadcrumbs” on a journey or tre...
使用模拟器构建应用程序 · App Inventor 2 中文网
...tart 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 example, and the emulator can’t make or recieve phone calls — but you c...
App Inventor Tutorials and Examples: Dynamic Table Layout | Pura Vida Apps
App Inventor and HTML/JavaScript with Input Parameters Pura Vida Apps Snippets Tutorials Extensions Links Search Privacy Policy Contact Dynamic Table Layou...
创建自定义 TinyWebDB 服务 · App Inventor 2 中文网
...ed on the web instead of a particular phone, TinyWebDB can be used to facilitate communication between phones and apps (e.g., multi-player games).
By default, the TinyWebDB component stores data on a test service provided by App Inventor, http://tinywebdb.appinventor.mit.edu/ . This service is help...
App Inventor 2 中文网原创内容 · App Inventor 2 中文网
...】Error 908: The permission RECORD_AUDIO has been denied. Please enable it in the Settings app.
【已解决】App Inventor 2 手机AI伴侣进行测试时,为啥进度条卡在10%就一直不动?
【已解决】Bad arguments to +:The operation + cannot accept the arguments:, [””], [8...
将 App Inventor 2 项目连接到外部传感器 · App Inventor 2 中文网
...k carried out in Spring 2014 for an Undergraduate Advanced Project in the MIT Department of Electrical Engineering and Computer Science. Funding to support this work was provided by Google ATAP
Introduction
App Inventor is a visual “blocks” based language for programming Android apps. It gives...
App Inventor 2 Encrypt.Security 安全性扩展:MD5哈希,SHA1和SHA256哈希...
...
App Inventor 2 Encrypt.Security 安全性扩展:MD5哈希,SHA1和SHA256哈希,AES加密/解密,RSA加密/解密,BASE64编码/解码
Encrypt.Security 安全性扩展
权限
事件
OnEr...
指定组件的大小 · App Inventor 2 中文网
...e a visible component in the designer, you are typically given the opportunity to specify its height and width. There are four choices:
Automatic: Size is chosen by the system
Fill parent: Size is chosen to fill the space available.
Size specified in pixels
Size in percent of Screen (not ...
实时开发、测试和调试工具 · App Inventor 2 中文网
...所有区块都会在菜单中提供相同的选择。
你可以使用 Do It 执行块的操作。 在调试像 MoleMash 这样的程序时,你可以选择“MoveMole”中的“Do It”,然后查看摩尔是否在手机上移动。
Do It 不仅会执行块的操作,还会弹出一个气球...
使用 XML 和 Web 服务 · App Inventor 2 中文网
...eb 服务
The Web.XMLTextDecode takes a given XML text string and decodes it to produce a list. If the text is not well-formed XML, it will signal an error and return the empty list.
The list returned by XMLTextDecode contains one pair for each top-level tag-delimited structure in the input stri...