大约有 100 项符合查询结果(耗时:0.0061秒) [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/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... 

将 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/referenc... 

App Inventor 2 TaifunImage 拓展,图像高级处理功能,剪裁,压缩,翻转等 ...

...于基本图像处理的图像扩展。 所需权限:android.permission.READ_EXTERNAL_STORAGE、android.permission.WRITE_EXTERNAL_STORAGE 属性 返回是否隐藏警告。 设置是否隐藏警告。 方法 调整ASD(应用特定目...
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 SQLite 拓展:超流行兼容主流SQL语法的迷你本地数据库引擎 ...

... 导入/导出整个数据库 常见 CRUD( 增加(Create)、读取(Read)、更新(Update)和删除(Delete) ) 操作方法 数据操作方法的内联和异步版本 可以使用参数化 SQL 语句(防止 SQL 注入) 查询结果以正确列表的形式返回 数据库生命周...
https://www.fun123.cn/referenc... 

App Inventor 2 SQLite 拓展:超流行兼容主流SQL语法的迷你本地数据库引擎 ...

... 导入/导出整个数据库 常见 CRUD( 增加(Create)、读取(Read)、更新(Update)和删除(Delete) ) 操作方法 数据操作方法的内联和异步版本 可以使用参数化 SQL 语句(防止 SQL 注入) 查询结果以正确列表的形式返回 数据库生命周...