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 -

javascript - How to bind ViewModel Store to View? -

javascript - Solution fails to pass one test with large inputs? -