While I realize resources themselves are defined in XML files, if I have an XML file of my own type that I wish to use, should I be storing them in "res/xml"?
Is there a better way to do this such as using assets and then loading them as binary to be parsed by another XML library?