xmlpullparser
How to get a node value with XmlPullParser
Im trying to get values from an XML with the XmlPullParser but can\'t reach the values I want. The XML-structure is similar to the Android Strings.xml:[详细]
2023-04-08 18:27 分类:问答XmlPullParser get child nodes
I\'m working with an OpenStreetMap (.osm) file with Android\'s XmlPullParser. The part I\'m having problems with is this:[详细]
2023-04-06 10:17 分类:问答How to add header,username,password sharepoint webservice using ksoap in android
I am writing an Android application that will use the getlistitems() method of the lists.amx service in sharepoint 2010. I am using ksoap2-android to handle my soap messages. When I try to authenticat[详细]
2023-03-21 13:03 分类:问答How can I write in an XML file?
I have a \"config.xml\" file in asset folder. I use the following code to read from it: public static String readAppConfigKey(Context context, String section,[详细]
2023-03-19 08:34 分类:问答Noob question about Android and XmlParser
I\'m new to Android want to read a XML-file and write the content into a ListView The XML Parser must be the problem. I hope it is only a little mistake in my code.[详细]
2023-03-17 08:42 分类:问答getting stringXmlContent and write then saved in to .xml file stored in sdcard in android how can possible?
I am implementing read and write xml in resource folder. Reading is ok, how can I modify this xml file save as sdcard:[详细]
2023-03-12 14:30 分类:问答Android XML Pull Parser child nodes problem
My application includes two activities : 1st activity will contain set of buttons created dynamically from the xml file, when we click on these buttons 2nd activity starts. In 2nd activity i开发者_如[详细]
2023-03-07 22:33 分类:问答Getting alway 0 in XMLPullParser, While webservice contains value as float
I have a webservice for rating it return <Score>float</Score> while retrieving this using XML parser always return null[0]. I don\'t have any idea. My code is below:[详细]
2023-03-04 20:42 分类:问答Android and .NET Webservice - parsing the returned xml
So I have done a few \"minor\" things with web services and had some success, but when I attempted to tinker around with some stuff for fun I was encountering what I believe is me incorrectly parsing[详细]
2023-02-20 03:21 分类:问答XMLPullParser Out of Memory (Android)
I\'m stuck in trying to handle an out of memory error in Android while trying to parse a response from a HTTPTransfer using SOAP. Overall the transport is fine until I ask for a large image. The image[详细]
2023-02-16 06:40 分类:问答