`
声动天下
  • 浏览: 7346 次
  • 性别: Icon_minigender_1
  • 来自: 广州
社区版块
存档分类
最新评论

在应用程序使用android google搜索功能

阅读更多
try {
    		 Intent intent = new Intent(Intent.ACTION_WEB_SEARCH);
             String term = editTextInput.getText().toString();
             intent.putExtra(SearchManager.QUERY, term);
             startActivity(intent);
		} catch (Exception e) {
			 		}


http://www.technotalkative.com/android-gridview-example/
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics