• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Quick Search Box - collect data from internet

WynixToo

Lurker
Hi, I'm doing a app which allow user to search on the server. how can i get the text from the Quick Search Box and send to server? if (Intent.ACTION_SEARCH.equals(intent.getAction())) {

String search= intent.getStringExtra(SearchManager.QUERY);
}


the string "search" is it the text which typing by user?

P/S: sorry about my bad english. Hope you guys understand what's I'm talking about. Thanks.

Regard

Wynix
 
Back
Top Bottom