3

Androidフォン(htc evo)でGoogle画像検索を実行するのが好きです。私のソースコード:

Intent 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? .......と表示され続けます。Google テキスト検索を実行すると機能することに注意してください。助けてください。

4

1 に答える 1

0

以下は、参考になる素敵なコード例です。

Android 画像検索https://github.com/tonytamsf/Android-Image-Search

グリッド画像検索アプリ Android https://github.com/adi2188/gridImageSearchApp

これで問題が解決することを願っています。

于 2014-08-20T11:11:40.303 に答える