Just for a clarification. The string.xml file is a source file, it's not part of the apk, hence it is not available at runtime. Instead, the bulid process translates it into the R class file, which allows the application to quickly access the strings directly via Java instead of parsing it at runtime.
-- 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

