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

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

条码扫描器组件扫描时报错:Your device does not have a scanning applica...

...勾选)即可 原理的话,具体请参考文档:https://www.fun123.cn/reference/ ... html#BarcodeScanner 设置是否要使用外部扫描程序,例如扫码机。 如果为 假,则将会使用已集成到 App Inventor 中的 ZXing 的某个版本(注:ZXing是一个开源Java类...
https://www.fun123.cn/referenc... 

App Inventor 2 实现商业级APP启动屏幕效果(SplashScreen) · App Inventor 2 中文网

... 隐私策略和使用条款 技术支持 service@fun123.cn
https://bbs.tsingfun.com/thread-1549-1-1.html 

App Inventor 2 实现商业级APP启动屏幕效果(SplashScreen) - App应用开发 -...

...计时,立即跳到主界面: 源码下载见文档:https://www.fun123.cn/reference/pro/splash_screen.html
https://bbs.tsingfun.com/thread-1553-1-1.html 

App Inventor 2 可以给按钮换背景图片吗? - App Inventor 2 中文网 - 清泛...

转:可以给按钮换背景图吗? 答复: [hide] 可以,直接设置按钮背景图片即可。 设置按钮图像的路径,如果同时设置了图像和背景颜色,则仅图像可见。 https://www.fun123.cn/reference/components/userinterface.html#Button [/hide]
https://bbs.tsingfun.com/thread-1555-1-1.html 

App Inventor 2 如何开发掌控版做互联网通讯App? - App Inventor 2 中文网...

...? 答复: [hide]使用MQTT拓展,下载地址:https://www.fun123.cn/reference/components/connectivity.html#Mqtt 参考IoT专题的最后一篇文章:https://blog.csdn.net/INT_TANG/article/details/128210609 [/hide]
https://bbs.tsingfun.com/thread-1556-1-1.html 

App Inventor 2 怎么选择并打开一个文本文件? - App Inventor 2 中文网 - ...

...径给文件管理器打开即可,具体请参阅文档:https://www.fun123.cn/reference/components/media.html#FilePicker [/hide] upupupupupupup
https://bbs.tsingfun.com/thread-1567-1-1.html 

【地图API】地图App的开发思路 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

...用“Activity启动器”组件,用法请参考文档:https://www.fun123.cn/reference/ ... tml#ActivityStarter 获取获取获取获取不错
https://bbs.tsingfun.com/thread-1575-1-1.html 

App Inventor 2 怎么在模拟器里面安装/更新最新版AI伴侣? - App Inventor ...

...pk安装包到电脑上: 最新版AI伴侣下载地址:https://www.fun123.cn/reference/info/AI2Companion.html 3、模拟器安装apk文件: 选择下载好的最新版本的AI伴侣即可完成安装,更新AI伴侣的步骤也是一样的,会自动覆盖旧版本,安装完成就...
https://bbs.tsingfun.com/thread-1587-1-1.html 

AppInventor如何选相反数? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

问:AppInventor如何选相反数? 答:使用“数学”中的“相反数”积木: 返回给定数字的负数,若给定负数则返回正数。如:8 返回 -8,-0.7 返回 0.7,0 则仍然返回 0。 文档:https://www.fun123.cn/reference/blocks/math.html#neg
https://bbs.tsingfun.com/thread-1600-1-1.html 

AppInventor2 如何实现类似淘宝App启动时的加载页面? - App Inventor 2 中...

问:类似淘宝App这种启动页如何实现? 答:项目 -> 导入模板,第一个“启动屏效果”,已有实现案例: 文档看这里:https://www.fun123.cn/reference/pro/splash_screen.html