大约有 300 项符合查询结果(耗时:0.0046秒) [XML]
使用模拟器构建应用程序 · App Inventor 2 中文网
... Inventor just as you would with a real phone: connect to the App Inventor site, start the Blocks Editor, and press Connect to Phone . Your application should appear in the emulator. Don’t forget to “unlock” the virtual phone after it starts up.
When your app is finished, you can download it ...
App Inventor 2 CustomWebView 拓展:高级版Web浏览器,完美浏览现代Web前...
...)
Event raised after getting SSL certificate of current displayed url/website with boolean ‘isSecure’ and Strings ‘issuedBy’,’issuedTo’ and ‘validTill’.If ‘isSecure’ is false and other values are empty then assume that website is not secure
GotPrintResult(printId,isCompleted,...
App Inventor 2 扩展 · App Inventor 2 中文网
...dding more examples to this collection, and would like to evolve it into a site for people to share extensions. You can import the extensions using the URL indicated, or you can download the aix files to your local computer and import the files from there.
VectorArithmetic created by Ethan Hon
Tak...
App Inventor 2 项目合并工具 AIMerge · App Inventor 2 中文网
...ava jar file. You can find a link to the file on the MIT App Inventor Web site at
http://appinventor.mit.edu/explore/resources/ai2-project-merger.html
Download the jar file and save it to your computer. To launch the Project Merger simply double click on the jar file.
Find and Load Both Projec...
Android存储系统基础知识:内部存储,外部存储,App特定目录 ASD(app speci...
...存在: /data/data//
私有目录在: /data/user/0//files/
私有目录可与文件组件一起使用来保存/读取文本(设置不带斜杠的路径),它只能由您的应用程序访问,并且在卸载应用程序时会自动删除。
...
App Inventor 2 天气预报App开发 - 第三方API接入的通用方法 · App Inventor 2 中文网
...l -L -X GET --compressed 'https://api.qweather.com/v7/weather/7d?location=101010100&key=YOUR_KEY'
第三方API的调用
使用”Web客户端“组件调用第三方API,代码如下:
JSON结果的解析
请求成功返回JSON示例
{
"code": "200",
"updateTime": "2021-11-15T16:35+08:...
MultiImagePicker 拓展:图片单选/多选扩展 · App Inventor 2 中文网
...Pick(maxCount)
打开系统选择器多选图片。maxCount 小于等于 0 表示不额外限制数量。
SinglePick()
打开系统选择器单选图片。
拓展下载
.aix 最新拓展下载:
cn.fun123.MultiImagePicker.aix
...
NumberPicker 扩展:滑动选择数字,自定义样式 · App Inventor 2 中文网
...:
NumberPicker.aia
基本信息
版本:v1.0
发布时间:2025-07-02
JDK:11
最低 API 级别:21
更新时间:2025-07-02
构建方式:FAST v3.7.2-premium
方法
ShowNumberPickerDialog显示数字选择器对话框(组...
App Inventor 2 ECharts 拓展:基于 ECharts 强大的个性化数据图表展示 · ...
...该方程式来自官方demo,代码如下:
{
x: {
step: 0.05
},
y: {
step: 0.05
},
z: function (x, y) {
if (Math.abs(x) < 0.1 && Math.abs(y) < 0.1) {
return '-';
}
return Math.sin(x * Math.PI) * Math.sin(y * Math.PI);
}
}...
App Inventor 2 标签内容过多,如何做到可上下滑动? · App Inventor 2 中文网
...系方式: 不需要回复的可留空~ 意见反馈(300字以内): 给个鼓励也行呐~o~ 提供截图(仅截取当前可视区域) delete edit 高亮或隐藏信息 ...
