Skip to content

Instantly share code, notes, and snippets.

@shogonir
Created March 7, 2016 10:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shogonir/0bd60f44625485c5ca11 to your computer and use it in GitHub Desktop.
Save shogonir/0bd60f44625485c5ca11 to your computer and use it in GitHub Desktop.
EditText editText = (EditText)findViewById(R.id.edit_text);
String editTextString = editText.getText().toString();
TextView textView = (TextView)findViewById(R.id.text_view);
textView.setText("EditText string = " + editTextString);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment