I am here to do so, open a new page, but I don't want to open a new page, want to on this page below the query results
TextView view=(TextView) the findViewById (R.i d.i d_text_word);
Intent Intent=new Intent (Intent. ACTION_VIEW);
Intent. SetData (Uri. Parse (" http://www.baidu.com/search.php? Word="+ the getText (), toString ()));
startActivity(intent);
CodePudding user response:
AutoCompleteTextView
CodePudding user response:
Directly below the layout of the replacement of no
CodePudding user response:
Relative layout, set in the layout shows the layout of the search results or control GONE, click search data set after the VISIBLE
CodePudding user response: