How to allow multi-line in Android\'s EditText view?
EditText
and in Activity to remove "\n" is user press nextline
String editStr= edittxtAddress.getText().toString().trim(); MyString= editStr.replaceAll("\n"," ");