As per requirement, now all the values of my String.xml file come from the server.
And i need to handle the same in the application and these values are dynamic. what is recommended way to do this.
As per design i save these values in database and on application launch i cache the data in the hashmap and i use the map throughout the application. I have made a service that update the database in the background.
Is there any better way than this?