I have a problem with a custom dialog. My dialog consists of a TextView, EditText and an \"Ok\" Button. After clicking \"Ok\", it should get t
TextView
EditText
EditText editText = (EditText) findViewById(R.id.edit_message); String message = editText.getText().toString();
http://developer.android.com/training/basics/firstapp/starting-activity.html