how to get value and string together in android 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)