将 Google 图片集成到应用程序中

发布于 2024-11-15 21:06:24 字数 168 浏览 0 评论 0原文

我只是有一个一般性问题:是否有人成功实现了一种在 iOS 应用程序(或任何应用程序)中显示术语的谷歌图像的方法。假设用户输入“火箭发射”,应用程序会从 Google 获取随机图像。我需要一种方法来做到这一点,但我很好奇它的合法性。 Google 允许我们这样做吗?或者有人吗?非常感谢任何帮助/建议!

扎克

I just have a general question: has anyone successfully implemented a way to show a google image of a term in an iOS app (or any app, for that matter). Say the user types in 'rocket launch', the app fetches a random image from Google. I need a way to do this, but I'm curious on the legality of it. Does Google allow us to do this? Or does anyone? Any help / suggestions are much appreciated!

Zach

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

北座城市 2024-11-22 21:06:24

There is a google image search API: http://code.google.com/apis/imagesearch/. Which has been recently deprecated, but is still functional. They just limit the number of requests you can make.

ian.

非要怀念 2024-11-22 21:06:24

你可以通过UIWebView来搜索。创建查询 URL,然后传递 webView 来加载 URL。

You can UIWebView to search. Create your query URL and then pass the webView to load URL.

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