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

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

拓展开发:@UsesPermissions(permissionNames 多个权限怎么写? - App Inve...

这样就行,逗号分开: @UsesPermissions(permissionNames = "android.permission.INTERNET, android.permission.RECORD_AUDIO, android.permission.CAMERA")
https://bbs.tsingfun.com/thread-1915-1-1.html 

【ChatGPT回答】安卓.apk在设备上运行闪退,具体怎么定位原因? - App应用...

...xception、OutOfMemoryError 或其他特定的异常信息)。 2. 检查权限问题如果应用需要某些权限,但这些权限没有正确声明或在运行时未授予,可能会导致崩溃。检查 AndroidManifest.xml 中是否正确声明了所需的权限,并确保在运行时授予...
https://www.tsingfun.com/it/ai... 

App Inventor 2 中的“2”是什么意思? - App Inventor 2 中文网 - 清泛网 ...

...兼容。 AI1截图: AI2截图: 参考资料: https://appinventor.mit.edu/explore/ai2/whats-new.html http://www.appinventor.org/appInventor2 AppInventor2,AppInventor
https://bbs.tsingfun.com/thread-1585-1-1.html 

appinventor列表如何添加多项? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

使用“列表”中的“创建列表”积木,点击拓展按钮拖动多个参数,详细步骤如下:
https://bbs.tsingfun.com/thread-1590-1-1.html 

AppInventor2列表显示框中列表项背景颜色可以定制吗? - App Inventor 2 中...

问:列表显示框中,能不能设置 奇数项背景颜色 是黄色  偶数项背景是红色?答:App Inventor 2 原生“列表显示框”组件只能设置一个整体的背景颜色,不能定制每个列表项的背景颜色。 要做到这一点,请使用高级拓展...
https://bbs.tsingfun.com/thread-1599-1-1.html 

AppInventor怎么修改app图标? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

在默认屏幕Screen1的属性“图标”中修改,如图: 点击?,可以查看属性的帮助,“更多信息”可跳转中文文档页面: 可以使用透明背景的png图片作为图标,以实现镂空的效果:https://bbs.tsingfun.com/forum.p ... 319&fromuid=810
https://bbs.tsingfun.com/thread-1600-1-1.html 

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

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

【转】AppInventor2 在同一屏幕内制作页面滑动切换效果 - App应用开发 - 清...

不知有没有人注意到微信的页面切换方式,微信底部有四个Tab标签,分别是消息、联系人、发现和我。很多人都习惯于直接点击图标进行切换,其实还可以左右滑动进行切换的。如图:规则一般如下:如果滑动距离超过屏幕的一...
https://bbs.tsingfun.com/thread-1688-1-1.html 

AppInventor2 图表扩展:仪表盘、柱状图、折线图、饼图 - App Inventor 2 ...

部分效果图: 参考:https://kevinkun.cn/chart/comment-page-1#comment-27 感谢分享感谢分享感谢分享感谢分享感谢分享{:8_315:}{:8_315:}{:8_315:}{:8_315:}感谢分享感谢分享感谢分享
https://bbs.tsingfun.com/thread-1693-1-1.html 

AppInventor2 如何实现图片上动态显示数字或内容? - App应用开发 - 清泛IT...

问:这个怎么让我的图片上能显示数字啊? 答:思路很简单,用布局,布局背景是图片,布局中放标签,微调标签位置,就能完美实现。