大约有 500 项符合查询结果(耗时:0.0117秒) [XML]

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

【动图】AppInventor2如何播放gif动图?如何播放动画? - App Inventor 2 ...

如题,目前AppInventor2用于显示图片的组件是“图像”组件,不过如果设置图片为gif的话,设计视图中图片预览会展示动图,但是通过AI伴侣测试或编译成apk真机测试,就会发现图片不会动,只会展示静态图片。那么问题来了,如...
https://bbs.tsingfun.com/thread-1805-1-1.html 

MIT官方已升级至2.71版本,几乎就是仅增加一个全新主题 - App Inventor 2 ...

...mit.edu/ai2/ReleaseNotes.html 这是一个包含错误修复和改进的组件版本。它包括新的 Android MIT AI2 Companion 版本 2.71(来自 Google Play)和 2.71u(直接从 MIT App Inventor 下载)。 功能: 1、新用户界面。转到设置 > 用户界面设置 > Neo...
https://bbs.tsingfun.com/thread-2061-1-1.html 

如何实现设置用户头像功能呢? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

...相册中选择或者拍照来设置头像的功能 多媒体下面的组件可以实现,具体用法参考中文文档:https://www.fun123.cn/reference/components/media.html App Inventor 2  发表于 2024-11-17 18:58 多媒体下面的组件可以实现,具体用法参考中文...
https://bbs.tsingfun.com/thread-2063-1-1.html 

MIT官方已升级至2.73版本,中文网待测试并升级相关特性 - App Inventor 2 ...

...ntor.mit.edu(版本 2.73u)直接下载。 更改: 为 ListView 组件实现“提示”属性,并全面提高其性能。 在 ChatBot 组件中添加下拉菜单,用于选择不同的受支持提供商和模型。 修改 ChatBot 系统属性以使用更大的文本区域。 更新...
https://bbs.tsingfun.com/thread-2327-1-1.html 

AppInventor实现图片和文字等进行发帖和查看帖子功能 - App应用开发 - 清泛...

...使用Web开发,有现成开源方案,AppInventor用一个Web浏览器组件浏览即可,这时最直观简便的方式。 2、AppInventor原生实现图片/文字上传功能,要采用 网络微数据库 组件,图片要base64化,但是数据库单Key存储容量有限,最多60KB。...
https://bbs.tsingfun.com/thread-2392-1-1.html 

AppInventor如何实现通过扫二维码导入表格数据 - App Inventor 2 拓展 - 清...

1、扫二维码: 使用原生的“条码扫描器”组件: 2、读取二维码中的url信息: 从上面条码组件的事件中获取。 3、访问远程url获取表格csv数据: 使用Web客户端组件访问url获取数据。数据格式建议采用csv(逗号分隔)格...
https://www.fun123.cn/referenc... 

App Inventor 2 Markdown 自研拓展:Markdown 格式渲染、转换为HTML、生成...

...册是公共目录,可能需要请求相关权限,而且原生 图像 组件不能直接访问公共目录的图片文件,可以通过 图像选择器 组件进行访问(实际上是拷贝一份到私有目录,提供私有目录路径给图像组件展示)。 拓展下载 ...
https://stackoverflow.com/ques... 

Capturing mobile phone traffic on Wireshark

...together at mohit.io/blog/… This will work for any device that supports WiFi (Android, iOS, Wii, XBox, etc) – mohit May 20 '14 at 22:19 ...
https://stackoverflow.com/ques... 

Android Studio inline compiler showing red errors, but compilation with gradle works fine

...rs everywhere after I tried to do some programming at a location with poor wifi reception. (!!!) I then made sure I had a good wifi connection and rebuilt, however, the errors remained. Even a clean/build didn't solve it. Invalidating caches fixed it. – Someone Somewhere ...
https://stackoverflow.com/ques... 

ssh: connect to host github.com port 22: Connection timed out

...while on a hotspot (3/4G connection). Switching to a different connection (WiFi) resolved it, but it's just a workaround - I didn't get the chance to get to the bottom of the issue so the other answers might be more interesting to determine the underlying issue ...