Skip to content

Instantly share code, notes, and snippets.

@BMU-Verlag
Created May 25, 2020 07:18
Show Gist options
  • Save BMU-Verlag/04f38008b2e8e2dca39bf172b0b1abf5 to your computer and use it in GitHub Desktop.
Save BMU-Verlag/04f38008b2e8e2dca39bf172b0b1abf5 to your computer and use it in GitHub Desktop.
Intent intent = new Intent(this, Begruessung.class);
EditText editText = (EditText) findViewById(R.id.editText);
String inhalt = editText.getText().toString();
intent.putExtra(AUSGABE, inhalt);
startActivity(intent);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment