how to view text in xml in android studio 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)