It seems I can\'t figure out how to get the text string out of EditText. I want to use the text from the EditText at pressing the button.
EditText
l
EditText txtDescription = (EditText) layout.findViewById(R.id.txtDescription); String message = txtDescription.getText().toString();