Is it possible to put variables inside string-resources? And if yes - how do i use them.
What i need is the following:
yes,you can use. after adding tag to string.xml file and then to retrrive the the same in your .java file you can follow this.
AndriodApp
String str = getResources().getString(R.string.name);