3

我喜欢在我的安卓手机 (htc evo) 上执行谷歌图片搜索。我的源代码:

意图 browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("http://images.google.com/searchbyimage?image_url=http://www.google.com/images/srpr/logo3w.png")); 开始活动(浏览器意图);

搜索在我的桌面上运行良好,但一直显示http://www.google.com/wenhp? .......没有别的。请注意,如果执行谷歌文本搜索,它会起作用。请帮忙。

4

1 回答 1

0

这里有一些不错的示例代码,您可以从中获得帮助。

Android 图片搜索https://github.com/tonytamsf/Android-Image-Search

网格图像搜索应用程序 Android https://github.com/adi2188/gridImageSearchApp

我希望这能解决你的问题。

于 2014-08-20T11:11:40.303 回答