大约有 1,000 项符合查询结果(耗时:0.0090秒) [XML]

https://bbs.tsingfun.com/thread-1602-1-1.html 

请教一个有关WEB 客户端 1的问题 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

...WEB客户端正常工作?试试这个: 参考:https://community.appinventor.mi ... cified-url/20906/18
https://bbs.tsingfun.com/thread-1035-1-1.html 

【未发布】【第一课】撸猫游戏 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

...课,因此需要普及一下App Inventor相关知识。 背景知识:AppInventor编程进阶: 平台介绍: 讲师介绍: 小朋友家长需要准备的物品:装有Chrome览器的电脑(实在没有电脑的平板电脑也可以,手机屏幕太小不合适)、以及一...
https://bbs.tsingfun.com/thread-1562-1-1.html 

App Inventor 2 列表显示框能否实现多选功能? - App Inventor 2 中文网 - ...

...应用到App中,也就是说这里实际上就是写HTML网页界面和AppInventor进行交互实现,需要有网页开发的基础。 这种多选功能有现成的实现,不过是收费的,12美刀。 https://puravidaapps.com/combobox.php
https://bbs.tsingfun.com/thread-1652-1-1.html 

App Inventor 2 QRCode 扩展:二维码扫描及生成方案都在这里 - App Invento...

1、QRCode 二维码扫码: 使用原生的“条码扫描器”组件: 2、二维码生成的方案: html + js + Web览器 方案:https://puravidaapps.com/qr.php QRCodeGenerator 拓展方案:https://community.appinventor.mi ... tor-extension/47908
https://www.fun123.cn/reference/info/ 

App Inventor 2 中文网 · 项目指南

... 为什么选择AppInventor2 开始编程 ...
https://bbs.tsingfun.com/thread-1601-1-1.html 

【解决】Component "com.google.appinventor.components.runtime.Butt...

...报错信息如下: [LoadComponentInfo] INFO: Component "com.google.appinventor.components.runtime.ActivityStarter" does not specify permissionConstraints [LoadComponentInfo] INFO: Component "com.google.appinventor.components.runtime.Button" does not specify permissionConstrai...
https://www.fun123.cn/referenc... 

AppInventor2开发拓展(Extension) · App Inventor 2 中文网

... 搜索 为AppInventor2开发拓展(Extension) 为什么需要开发拓展? 环境配置 源码下载 代码编写 拓展编译 拓展导入,测试验证 « 返回首页 为什...
https://bbs.tsingfun.com/thread-1934-1-1.html 

AppInventor2开发自己的拓展(Extension) - App Inventor 2 拓展 - 清泛IT社区,为创新赋能!

...以上结果证明配置成功。 源码下载https://github.com/mit-cml/appinventor-sources国内下载非常非常缓慢,这个项目比较大,也许2天都下载不完,不过没关系,我们早已提供已下载好的工程源码,关注页面顶部公众号(或搜索“fun123cn”关...
https://www.fun123.cn/referenc... 

App Inventor 2 扩展 · App Inventor 2 中文网

...: MIT App Inventor Extension source code for sample extensions at: http://appinventor.mit.edu/extensions Appinventor help: https://community.appinventor.mit.edu/ Note: App Inventor extensions are supported only on Android devices running API Level 8 (Android system 2.2 Froyo) and above. This ap...
https://www.fun123.cn/referenc... 

通信连接组件 · App Inventor 2 中文网

...JSON文本(JSON文本) 解码给定的 JSON 编码值以生成相应的 AppInventor 值。 JSON 列表 [x, y, z] 解码为列表 (x y z),具有键 A 和值 B 的 JSON 对象(表示为 {A:B})解码为列表 (( A B)),即包含二元素列表(A B)的列表。 如果你希望返回...