I have a list of strings (messages and urls) which I want to place in a common file. Would it be more efficient to place them in a container class or as an xml resource?
If I want to use the strings in my xml layouts, I guess I have to put my string in an xml resource?
Edit: I know the advantages of both approaches, all I want to know is which is faster.