Home > Mobile >  Could you tell me how to achieve this effect
Could you tell me how to achieve this effect

Time:09-24



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:

refer to the second floor zhang106209 response:
directly to the layout of the below replacement no


Layout is ok, but how the search results for ah, search results should be use the webview shows

CodePudding user response:

reference no fucker said reply: 3/f
relative layout in the layout setting according to the layout of the search results or control GONE, click search data set after the VISIBLE


But how to write code,

CodePudding user response:

This is how to see your requirements, how do you want to show

CodePudding user response:

This is not written a edittext input to monitor, in listening to determine the input request callback interface to refresh the list
  • Related