android studio change textview text string ref code example
Example 1: java android edit text set value
EditText bookInput = (EditText)findViewById(R.id.book);
bookInput.setText("The Shining");
Example 2: android set text in textview programmatically from string resource
getResources().getString(R.string.nome_stringa])