android set text from string xml programmatically code example
Example: android get text from string xml programmatically
Context context;
String mess = context.getString(R.string.mess_1)
Context context;
String mess = context.getString(R.string.mess_1)