I have a certain use-case problem that I am looking solution for.
Say in a text view I am displaying text like "Welcome Adam!". In general we store this text in strings.xml
file.
Now I want to update what is shown in the text view from the server without needing to update the entire app.
Ex, "Welcome Adam!" to "Hello Adam!".
What should be my approach in designing a solution?