I didn't get the second question, maybe you can elaborate...but for your first query.
String content = edtEditText.getText().toString(); //gets you the contents of edit text
tvTextView.setText(content); //displays it in a textview..
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…