[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 Assistant
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/store/products/994

On Nov 20, 9:54 am, parth hargan parthhar...@gmail.com wrote:
 friends i am having am URL, from which i would get XML code and need
 to parse it to extract details from it .

 can any one help me for the same  that how to fire url
 and where to store the returend xml code and how to parse it

 thank you 

-- 
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
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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), XMLPullParser throws
 IOException...
 It runs perfectly for small files..Please help..Is ther anyway to
 increase application buffer size??
--~--~-~--~~~---~--~~
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
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---