大约有 9,144 项符合查询结果(耗时:0.0165秒) [XML]

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

输入-选中项索引值-查看下拉框中的选中项内容 - App Inventor 2 中文网 - ...

本人刚学app inventor,界面添加了1个下拉框,并用字符串输入了20个选择项(数字),一个按纽健,一个文本输入框(用于输入选择项的索引值),一个标签(用于显示输入的索引值对应的选择项内容,网上查看了下编码过程,但...
https://bbs.tsingfun.com/thread-2255-1-1.html 

- App应用开发 - 清泛IT社区,为创新赋能!

...全限制,不允许访问 DCIM 目录。 有的说加这个权限:<application android:requestLegacyExternalStorage="true"。 也有的说加也没用:https://www.cnblogs.com/SaraMoring/p/16587445.html 直接访问DCIM属于大概率会失败的方式,使用私有目录或a...
https://bbs.tsingfun.com/thread-2280-1-1.html 

【解决】模拟器启动失败:ERROR: x86_64 emulation currently requires har...

...chine 解决方法: 安装硬件加速器,路径: ....\resources\app.asar.unpacked\Emulator\from-Android-SDK\extras\intel\Hardware_Accelerated_Execution_Manager 在线版下载后的目录是:Emulator\from-Android-SDK\extras\intel\Hardware_Accelerated_Execution_Manager 安装:haxm-...
https://bbs.tsingfun.com/thread-2301-1-1.html 

垂直布局,高度无法充满怎么解决 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

...幕,所以它只能充满它的父组件的高度。没有设置的选项App Inventor 2  发表于 2025-04-06 21:29 你好,请把 Screen1 下面的组件树展开看看。 目测是因为这个 垂直布局 的父组件,高度没有充满整个屏幕,所 ... 我上传了截图,...
https://bbs.tsingfun.com/thread-2312-1-1.html 

- App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

...务id和特性id的。 3、软件探测: nFC Connect低功耗蓝牙APP工具的使用:https://bbs.tsingfun.com/thread-1481-1-1.html 或 LightBlue® 可以将您连接到所有使用低功耗蓝牙(也称为蓝牙智能或蓝牙 Light)的设备。使用 LightBlue®,您可以扫描、...
https://bbs.tsingfun.com/thread-2348-1-1.html 

求助各位大佬! - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

...确显示识别的信息。显示完后一直显示报错警告框,然后app就卡住了{:8_372:}请提供一下报错相关的截图,这个报错信息更为关键!同:https://bbs.tsingfun.com/thread-2349-1-1.html
https://bbs.tsingfun.com/thread-2349-1-1.html 

拍照时报错求助! - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

...会报错,然后程序死机谷歌没有任何相关报错信息资料。AppInventor源码整个没有这个报错信息。 大概率是你程序中自己报的错误信息。你先看下代码块,相关地方的代码截图看看。App Inventor 2  发表于 2025-04-29 22:27 谷歌...
https://bbs.tsingfun.com/thread-2368-1-1.html 

【研究中】高德地图API研究及接入 - App应用开发 - 清泛IT社区,为创新赋能!

...录、实名认证。 2、申请ApiKey:https://console.amap.com/dev/key/app 来个最简单案例: 通过经纬度获取地址的方法:https://lbs.amap.com/api/webservice/guide/api/georegeohttps://restapi.amap.com/v3/geocode/regeo?output=xml&location=116.310003,39.991957&key=<...
https://bbs.tsingfun.com/thread-2426-1-1.html 

Progresso:进度条扩展 - 创建出色的线性和圆形进度条 - App Inventor 2 拓...

来源:https://community.appinventor.mi ... rogress-bars/116833 Progresso An extension for MIT App Inventor 2. Progresso 扩展程序,可创建带有自定义功能的线性和圆形进度条。
https://stackoverflow.com/ques... 

How can I access getSupportFragmentManager() in a fragment?

... This will return android.app.Fragment. In some cases, you need android.support.app.v4.Fragment so it will not work all the time. – codingpuss Jan 25 '15 at 2:41 ...