I have my primary string resource file for android, and it is quite full (with no end in sight). So, I was hoping to do some house cleaning and move some string into their own resource file. Is this possible?
I know that one can have something like string-en or string-de, but is it possible to maybe have a resource file such as string-errors?
Apparently so. I just took a small app of mine, created a new XML file,
values/labels.xml, and moved some of my string resources fromvalues/strings.xmlinto it. I made no other changes to the app; it still worked fine.