how to get string from resource id android code example
Example: how to get string from resource id android
String mystring = getResources().getString(R.string.mystring);
String mystring = getResources().getString(R.string.mystring);