Hello,

My Application is consuming some remote REST services. Currently I am
using java.net.HttpURLConnection to make the POST/GET requests, and
javax.xml.parsers.DocumentBuilder, org.w3c.dom to parse the XML
results.

I don't have any hard numbers, but it is very slow in the emulator.
The main bottleneck seems to be the DOM parsing routines. Is there a
recommended/preferred/faster way of making POST/GET requests, and
parsing XML in the android?

Casey Link
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to