大约有 1,100 项符合查询结果(耗时:0.0050秒) [XML]
App Inventor 2 其他参考资料 · App Inventor 2 中文网
...
用户界面
显示列表
列表显示框布局:使用布局和元素字串
指定组件的大小
访问图像和声音
在App Inventor中使用图像
构建具有多个屏幕的应用程序
App Inventor中的响应式设计
使用App Inventor扩展实现多点触控:Scale D...
AppInventor2 解析json数据技巧 - App应用开发 - 清泛IT社区,为创新赋能!
...巧: [] 的是列表,{} 是字典,用不同的解析方法,查找元素的方法也不一样。
拿出指定对象的值
遍历所有对象列表:
SQLite 拓展查询数据表,带条件过滤 - App应用开发 - 清泛IT社区,为创新赋能!
...值,比如:
... where age > ? and id < ?
bindParams 就是2个元素组成的列表,对应上面的2个占位符。
ImageView 扩展:图片查看器扩展,支持缩放、双击缩放和动画缩放 · App In...
... return false; // 防止文本选中 }; // 鼠标移动时拖动元素 document.onmousemove = function(e) { if (!isDragging) return; element.style.left = (e.clientX - offsetX) + 'px'; element.style.top = (e.clientY - offsetY) + 'px'; }; // 鼠标...
App Inventor 2 经典蓝牙(SPP) 硬件接入:hc05 · App Inventor 2 中文网
... return false; // 防止文本选中 }; // 鼠标移动时拖动元素 document.onmousemove = function(e) { if (!isDragging) return; element.style.left = (e.clientX - offsetX) + 'px'; element.style.top = (e.clientY - offsetY) + 'px'; }; // 鼠标...
Notifier 通知扩展:功能强大的Android通知管理工具,支持通知通道、意图、...
...
此扩展可以生成的通知具有以下结构(不需要显示所有元素):
所有文本元素都可以用HTML标签格式化。可以使用哪些HTML标签取决于Android系统的实现。有关提示,请参见:
Mark Murphy’s Technical Stuff
Daniel Lew’s Coding Thoughts...
App Inventor 2 DynamicComponents 拓展:动态创建AI2组件对象 · App Inventor 2 中文网
... return false; // 防止文本选中 }; // 鼠标移动时拖动元素 document.onmousemove = function(e) { if (!isDragging) return; element.style.left = (e.clientX - offsetX) + 'px'; element.style.top = (e.clientY - offsetY) + 'px'; }; // 鼠标...
滚动布局管理器拓展 - ScrollArrangementHandler · App Inventor 2 中文网
... return false; // 防止文本选中 }; // 鼠标移动时拖动元素 document.onmousemove = function(e) { if (!isDragging) return; element.style.left = (e.clientX - offsetX) + 'px'; element.style.top = (e.clientY - offsetY) + 'px'; }; // 鼠标...
App Inventor 2 FTP 客户端拓展:FTP协议连接、上传、下载、创建、修改目录...
... return false; // 防止文本选中 }; // 鼠标移动时拖动元素 document.onmousemove = function(e) { if (!isDragging) return; element.style.left = (e.clientX - offsetX) + 'px'; element.style.top = (e.clientY - offsetY) + 'px'; }; // 鼠标...
乐高机器人®组件 · App Inventor 2 中文网
...
获取机器人的固件和协议版本号作为列表,其中第一个元素是固件版本号,第二个元素是协议版本号。
GetInputValues 获取输入值(sensorPortLetter)
读取机器人上输入传感器的值。假设传感器类型已通过SetInputMode配置。
GetOutputS...
