从API加载信息

发布于 2024-11-02 12:13:52 字数 415 浏览 1 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

柳若烟 2024-11-09 12:13:52

遇到了同样的问题,并意识到我的 Android 清单文件中没有该文件

<uses-permission android:name="android.permission.INTERNET"></uses-permission>;

Had this same issue and realized I didn't have the

<uses-permission android:name="android.permission.INTERNET"></uses-permission>;

in my Android manifest file.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文