EditText igroup1 = (EditText)findViewById(R.id.group1);
igroup1.setText(
"값 넣기"
);
자답 : setText로 넣으면 되네요.