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

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -