大约有 95 项符合查询结果(耗时:0.0042秒) [XML]
AppInventor2中文网 + AI助手,用自然语言开发AppInventor应用 · App Inventor 2 中文网
...坏,换了个干净的壳项目,也是加载不了。
打开工程的 Screen1.scm 和 Screen1.bky,让AI助手进行还原:
界面很专业:
代码块还原度也很高:
客户反馈很好
更多AI场景,持续探索中~
欢迎使用并反...
StatusbarTools 扩展 - 状态栏自定义工具 · App Inventor 2 中文网
... 使用示例
基本颜色设置
when Screen1.Initialize
do
// 设置状态栏为蓝色背景
call StatusbarTools1.SetBackgroundColor "#2196F3"
// 设置图标为白色
call StatusbarTools1.SetIconColor "Light"
透明状态栏
...
GestureDetect 扩展:手势检测扩展,识别滑动、点击和长按手势 · App Inventor 2 中文网
...木块处理各种手势事件
配置示例
在 Screen1.Initialize 事件中:
当 Screen1.初始化
设置 GestureDetect1.布局 为 HorizontalArrangement1
事件
OnSwipeUp 上滑(组件)
当用户在指定组件上执行上滑手势时...
LEGO EV3 机器人传感器面板 · App Inventor 2 中文网
...ent1.IsConnected 那么
设置 Clock1.TimerEnabled 为 true
设置 Screen1.Title 为 "Connected"
步骤2:传感器轮询
Clock.Timer 事件每 200ms 触发一次,查询所有三个传感器。超声波和颜色传感器的值直接显示在文本框中;触...
GestureDetect 手势检测扩展:识别滑动、点击和长按手势 · App Inventor 2 中文网
...件块处理各种手势事件
配置示例
在 Screen1.Initialize 事件中:
当 Screen1.Initialize 时
调用 GestureDetect1.Layout
layout = VerticalArrangement1
应用场景
1. 图片浏览应用
创建支持手...
Floating View 扩展:悬浮视图扩展,将组件转换为悬浮窗口 · App Inventor 2 中文网
...快捷工具悬浮窗
创建快捷操作悬浮按钮:
当 Screen1.初始化
调用 FloatingView1.SetView 视图组件为 QuickTools 可点击为true 位置X为屏幕宽度-150 位置Y为200
调用 FloatingView1.SetClickable 可点击为true
5. 通知悬浮窗
...
【App Inventor 2 数据可视化】使用柱状图和饼图收集数据 - App应用开发 - ...
...<font class="text-color-14" color="#ffc107">when Screen1.initialize</font>代码块:
拖动<font class="text-color-9" color="#009688">set barGraphData2D.Colors</font>代码块,并将其放入<font class="text-color-14" c...
Notifier 通知扩展:功能强大的Android通知管理工具,支持通知通道、意图、...
...示屏上的Screen。Base Activity是应用程序启动时的Screen,即Screen1。
每次通过 Control.open another screen 或 Control.open another screen with start 指令打开新的Screen时,都会创建新的Activity并成为新的Top Activity。如果用户按下Back按钮(因此得名Ba...
AI2 Keep Awake
...on opens the specified Screen of the application. If the field value is Screen1, Screen1 of the application will open. The last state of the Screen is restored. The Screen.initialize event is not fired.If another Screen of the application is accessed, the Screen.initialize event is fire...
App Inventor2 如何在screen2保留变量? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!
问题一:如果在screen1初始化了一个全局变量,能够在screen2保留此变量吗?
问题二:当一个按钮被点击过后,能否重新点击执行不同的程序?
求解问题1请参考:《App Inventor在不同的屏幕之间传递变量》
问题2可以点击第一次设...
