Is it possible to link a string to an external database? Imagine I want to add a text and the string has to fetch the name from a database online? -
<string name="hello_world">hello world!</string> <string name="action_settings">settings</string> <string name="hello">hello</string>
can implement in string .xml file or need specific class in .java file?
Comments
Post a Comment