[android-developers] Re: XML file parsing ............

2011-11-22 Thread Ali Chousein
For parsing your XML you can use SAX parser. Google for Java SAX parser example. The rest of your questions, I'm sorry I don't understand. - Ali Chousein Weather-Buddy http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy Geo-Filtered

[android-developers] Re: XML file parsing (big size xml file) throws IOException

2009-01-08 Thread bklik
It is hitting the 5 second timeout barrier? Did you try putting in parse in a Service rather than an Activity so that it can take it's time parsing the large file? Brenton On Jan 8, 7:51 am, saagar.par...@gmail.com saagar.par...@gmail.com wrote: When I try to load a big XML file (1.2 MB),