开发者

Integrating Google Images into App

开发者 https://www.devze.com 2023-03-13 19:15 出处:网络
开发者_JS百科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 laun
开发者_JS百科

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


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.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号