SyntaxFix
Write A Post
Hire A Developer
Questions
Use the following code when clicked on the button :
String value = edittext.getText().toString().trim(); //get text from editText textView.setText(value); //setText in a textview
Hope to be useful to you.