大约有 8,000 项符合查询结果(耗时:0.0330秒) [XML]
条码扫描器组件扫描时报错:Your device does not have a scanning applica...
...扫描程序,例如扫码机。 如果为 假,则将会使用已集成到 App Inventor 中的 ZXing 的某个版本(注:ZXing是一个开源Java类库用于解析多种格式的1D/2D条形码)。
[/hide]
是什么原因?
蓝牙接收数据转换出错 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!
app 接收到的蓝牙数据直接显示是10进制,转化为2进制后合并后是多少位呢?“转化为2进制后合并后”没看懂什么意思,请详细描述一下。
进制转换请参考:https://www.fun123.cn/reference/blocks/math.html#convertnumber在数字模块中有一个数...
App Inventor 2 界面文本怎么很难对齐呢? - App应用开发 - 清泛IT社区,为创新赋能!
...对免强对齐了,用AI2模拟对了感觉很难调出标准的,安装到我VIVO IQOOZ7文本还是偏了对不齐?怎么对才能快速完美对齐?一般使用表格布局,左右就能对齐。你是说垂直没有对齐吗?可以尝试调整一下文本框的高度。
AppInventor2关闭屏幕时,如何让计时器继续工作? - App应用开发 - 清泛IT...
...续工作?
这是一个很好的问题,通过查看文档可以看到有一个“一直计时”属性,默认是勾选的:
这个属性就是用来控制App后台运行/屏幕关闭时,计时器是否继续工作的。
经测试,开启了“一直计时”,即使App转到后...
Invoke: no method named `…………’ in class java.lang.Boolean - App I...
...原因2:可能是测试用AI伴侣版本低了导致的,升级AI伴侣到最新版即可。
Invoke: no method named `ShowTextDialog’ in class java.lang.Boolean
来自英文社区:https://community.appinventor.mi ... ang-boolean/17544/5
App Inventor 2 任意组件代码块 · App Inventor 2 中文网
... 我要 分享 扫码分享到朋友圈 顶部 var qrcode = new QRCode("qrcode", { text: window.location.href + "?f=share", //URL地址 width: 150, height: 150, colorDark: '#000000', //二维码颜色 colorLight: "#ffffff" ...
切换屏幕后如何自动恢复蓝牙连接 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!
...多屏幕,速度还快!
2,保存屏幕 1 已经连接的硬件地址到微数据库,屏幕 2 拿出来,使用 connectwithaddress 方法在初始化事件中重新连接一次。
“信息分享器”误点了始终按钮,还能恢复初始的选择选项吗? - App应用开发...
...
打开手机的【设置】菜单。
2. **找到并点击"应用和通知"选项**
这一名称可能会因Android版本的不同而有所差异,比如叫做【Apps & notifications】、【应用管理】等。
3. **查看已...
Android: Rotate image in imageview by an angle
...coding="utf-8"?>
<rotate
xmlns:android="http://schemas.android.com/apk/res/android"
android:fromDegrees="45"
android:toDegrees="45"
android:pivotX="50%"
android:pivotY="50%"
android:duration="0"
android:startOffset="0"
/>
and Inflate the Animation in code:
Animation rotatio...
I lost my .keystore file?
...generate your app signing key. Once enrolled in app signing, you sign your APK with an upload key, which Google uses to authenticate your identity. They'll then strip that signature and re-sign your app with the app signing key.
Reference: Play Console Help > Manage your app signing keys
...