I use raw resources for several kinds of binary files. Some times we have a few different types that are interchangeable for a task. Is there any way to determine the extension of a raw resource? I normally open by using Context.getResources().openRawResource.. The problem is that I have to hard-code the file type per file, I can't just determine what kind of parser to use based on extension.
Any help is appreciated. Thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en To unsubscribe, reply using "remove me" as the subject.

