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

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

App Inventor 2 TaifunTM拓展:获取本机手机号码 · App Inventor 2 中文网

...信息。 最低 API 级别为 18! 所需权限:android.permission.READ_PHONE_STATE 或 android.permission.READ_PHONE_NUMBERS。请参阅下面的示例项目,了解如何请求所需的权限。 方法 常用方法如下: 返回设备的 API 级别。 返回设备的 IMEI/MEID...
https://www.fun123.cn/reference/creative/asd.html 

Android存储系统基础知识:内部存储,外部存储,App特定目录 ASD(app speci...

... or file:///storage/emulated/0/ 要访问外部存储,需要 READ_ 或 WRITE_EXTERNAL_STORAGE 权限。 App特定目录 ASD(App-specific directory) 此外,可能还有一个特定于应用程序的目录(ASD),可以使用以下命令创建 ...
https://www.fun123.cn/referenc... 

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

...lize Android system services such as sending and receiving SMS messages or reading information from the web. The focus of this effort was to extend AppInventor’s toolset into the physical space, allowing users to easily interface with external sensors, actuators, and other hardware. The MOIO boar...
https://www.fun123.cn/reference/pro/ftp.html 

App Inventor 2 FTP 上传下载全方案总结 · App Inventor 2 中文网

...运行应用程序时必须接受对 SdCard 的读写权限: READ_EXTERNAL_STORAGE WRITE_EXTERNAL_STORAGE .aix 拓展下载: com.KIO4_FTPCliente.aix demo 下载: KIO4_FTPCliente_demo.aia TaifunFTP (收费的:$12,请自行研究) 地址:https://puravidaa...
https://www.fun123.cn/referenc... 

使用 JSON 和 Web API · App Inventor 2 中文网

...个简单的JSON消息例子如下: { "name": "张三", "likes": ["reading", "music"], "hasTowel": true, "widgets": 42 } 此 JSON 声明了一个对象(由 { 和 } 表示),key是冒号 (:) 前的带引号的字符串(例如,"name"),有不同的值,包括数组(方括...
https://www.fun123.cn/referenc... 

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

...eet address. You can use it to share your location with others, record “breadcrumbs” on a journey or treasure hunt, or as a way to take roll in class (as long as the students have Android devices!) The sample apps below are simple but illustrate the basic way that location can be determined. Bo...
https://www.fun123.cn/referenc... 

Google Sheets API Setup · App Inventor 2 中文网

...ets Document 3. Record Relevant Information The Spreadsheet ID The Sheet Name The Grid ID Note: If you are only going to read from the Google Sheets document, and not edit or write data to the document, you can skip the process o...
https://www.fun123.cn/referenc... 

App Inventor 2 过程代码块 · App Inventor 2 中文网

...过程也可以称为函数或方法。 示例: 游戏加分时,+10分,你需要将总分变量+10,然后将总分变量显示在屏幕上。 游戏扣分时,-10分,你需要将总分变量-10,然后将总分变量显示在屏幕上。 这时,就可以定义一个过程“...
https://www.fun123.cn/referenc... 

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

...限制。 根据经验,任何单个应用程序中的屏幕不应超过 10 个,当你尝试超过此限制时,App Inventor 会警告你。 在向应用程序添加其他屏幕之前,可以考虑使用通过在 Screen1 上使用垂直或水平排列创建的“虚拟”屏幕,并以与“...
https://www.fun123.cn/referenc... 

App Inventor 2 中文网 · 升级日志

...”崩溃问题;部分文档翻译;菜单优化等。 230710 2023/07/10 全新 “密码修改”功能全新上线!如遗忘初始密码,请联系客服重置。 优化 优化部分功能;部分文档翻译,新增 FileTools、 SimpleBase64...