是否可以使用 App Inventor for Android SDK 获取 HTTP 资源?
我在这个 SDK 中没有找到允许我访问特定 URL 的组件。唯一相关的组件是 TinyWebDB,它只响应特定的协议。
I haven't found a component in this SDK that allows me to access a specific URL. The only related component is the TinyWebDB that answers only to a specific protocol.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
最新版本的 App Inventor 具有 Web 组件,因此不再与 TinyWebDb 发生冲突。
更新:我为 Web 组件编写了教程。
The latest release of App Inventor has a Web component, so it's no longer to mess with TinyWebDb.
Update: I wrote a tutorial for the Web component.
我设计了一种解决方法,其中包括修改 TinyWebDb 服务器以充当此类请求的代理。
I have devised a workaround which consists of modifying the TinyWebDb server to act as a proxy for such requests.