大约有 45,000 项符合查询结果(耗时:0.0195秒) [XML]
app inventor拍照的照片如何保存到手机相册? - App Inventor 2 中文网 - ...
app inventor拍照的照片如何保存到手机相册?问:你好!小朋友在做APP时,调用照相机模块拍的照片要存到相册里,指定了图像位址,但还是实现不了,是什么原因呀?首先,这个照相机拍照完成事件中这个参数是图片的路径,是...
AppInventor2 二进制文件的读写 - App Inventor 2 中文网 - 清泛网 - 专注C/C++及内核技术
AppInventor2 二进制文件的读写蓝牙客户端或 ble 都可以接收二进制数组,返回的数据是列表:如果想要保存二进制到文件,可以考虑转换成 ascii 或 base64 化,然后通过文件管理器保存为文件,具体请帮助,...蓝牙客户端或 ble 都可...
AppInventor2 在同一屏幕内制作页面滑动切换效果 - App Inventor 2 中文网 ...
AppInventor2 在同一屏幕内制作页面滑动切换效果不知有没有人注意到微信的页面切换方式,微信底部有四个Tab标签,分别是消息、联系人、发现和我。很多人都习惯于直接点击图标进行切换,其实还可以左右滑动进行切换的。如...
AppInventor2 图表扩展:仪表盘、柱状图、折线图、饼图 - App Inventor 2 ...
AppInventor2 图表扩展:仪表盘、柱状图、折线图、饼图部分效果图:更多请参考这里。部分效果图:
更多请参考这里。
AppInventor,AppInventor2
AppInventor2 Runtime Error 运行时错误,无详细信息的定位技巧 - App Inve...
AppInventor2 Runtime Error 运行时错误,无详细信息的定位技巧编译成apk后,运行报错Runtime Error,但是没有任何详细信息,是什么原因?更多请参考这里。编译成apk后,运行报错“Runtime Error”,但是没有任何详细信息,是什么原因?
...
AppInventor2如何通过socket给网络发16进制的数据? - App Inventor 2 中文...
AppInventor2如何通过socket给网络发16进制的数据?问:app inventor的给网络发16进制指令的方法,可以赐教吗?软件只能发ASCLL码?没办法收发HEX,蓝牙组件的有写字节功能,TCP网络组件没有。答:发送文本消息时,hexaStringMode 问:a...
app inventor什么时候需要用到字典块? - App Inventor 2 中文网 - 清泛网 ...
app inventor什么时候需要用到字典块?列表能完成字典的绝大部分功能,不过字典具有比列表更好的查找性能,因此如果要对数据结构执行大量的操作,建议优先使用字典。更多用法请查看文档:https: www fun123 cn referen 列表能完...
【解决】The operation is in list? cannot accept the arguments: , [\\\"...
【解决】The operation is in list? cannot accept the arguments: , [\"\"], [\"\"]报错:The operation is in list? cannot accept the arguments: , [""], [""]原因请看这里。
报错:The operation is in list? cannot accept the arguments: , [""], [""]
原因请看这里。AppInventor,A...
【解决】The operation is list empty? cannot accept the arguments: , [\...
【解决】The operation is list empty? cannot accept the arguments: , [\"\"]报错:The operation is list empty? cannot accept the arguments: , [""]详细原因情况这里。
报错:The operation is list empty? cannot accept the arguments: , [""]
详细原因情况这里。AppInventor,Ap...
如何实现心电图曲线 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!
本帖最后由 chenweigang 于 2024-06-21 17:03 编辑
我想做一个采集数据,显示曲线的app,类似下图显示心电图和心率这样的曲线,请问需要用什么控件实现,如果实现多条曲线又该怎么办?
简单的图表使用原生组件可以实现:
有...