This is my string.xml. I wanted to call the string name url in the xml.How should i call it?
<resources>
<string name="app_name">FinalDemo</string>
<string name="action_settings">Settings</string>
<string name="url">"http://10.207.201.105/apexStore2/"</string>
</resources>
This is how i call. However i have been getting error. How should i call it?
String ipAddress = getApplicationContext().getString(R.strings.url);