从API加载信息
我正在使用 Wolfram|Alpha API,并尝试在我的视图中加载 HTML 格式的结果。我有一个 EditText,您可以在其中输入查询和一个输入按钮。当您输入查询时,我希望将请求的信息加载到 EditText 等下方。
代码有点长,所以我将其放在此处的文本文件中。
https://sites.google.com/site/jstheelements/extrafiles
这里我有我按下 Enter 按钮的结果 LogCat 可以在同一链接上找到。我知道 System.out.printIn 需要更改。至少我相信是这样的。问题是我不知道从现在的位置该去哪里。任何帮助将不胜感激。谢谢。
I'm using the Wolfram|Alpha API and I'm trying to load the results in HTML format inside my view. I've got a EditText where you enter you're query and an enter button. When you're query is entered I want the requested information to load underneath the EditText and such.
The code is a bit long so I've put it in a text file here.
https://sites.google.com/site/jstheelements/extrafiles
And here I have the LogCat of results from where I press the enter button that can be found on that same link. I know that the System.out.printIn needs to be changed. At least I believe it does. The problem is I don't know where to go from where I'm at. Any help will be appreciated. Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
遇到了同样的问题,并意识到我的 Android 清单文件中没有该文件
。
Had this same issue and realized I didn't have the
in my Android manifest file.