I want to retrieve data from an xml file. Currently I am using dom. Should I use getElementsByTagName() many times or use a loop and parse the dom tree manually?
getElementsByTagName() is easy to use, but I was wondering it would be more efficient for the android to use a loop? 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 from this group, send email to android-developers+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.

