【问题标题】:google image search problems in androidAndroid中的谷歌图像搜索问题
【发布时间】:2012-10-28 01:34:40
【问题描述】:

我喜欢在我的安卓手机 (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" )); startActivity(browserIntent);

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

【问题讨论】:

    标签: image search android-intent


    【解决方案1】:

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

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

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

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

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2018-08-30
      • 1970-01-01
      • 2014-11-02
      • 1970-01-01
      • 2012-07-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多