[Solved] How to get and set text android? [closed]


 String str = editText.getText().toString();
 editText.setText("your name is " + str);

3

solved How to get and set text android? [closed]