Good morning friends,
Is it possible to modify the values of the string.xml folder?. I try to modify Spanish and English string.xml from java code, in the same way that I extract the information.
String text = getString(R.string.animal);
how to modify a string.xml
?