Re: [android-beginners] turn xml string to array

2009-12-02 Thread Brad Bonkoski
My advice would be to search for xmlpullparser on the web (search.yahoo.com). And use some of the examples there to parse the xml and store it for further acess... And remember, this is an OO programming language so maybe a record object would be better than an array.. sent from my awesome droid

[android-beginners] turn xml string to array

2009-12-02 Thread Lynn Ooi
Hi. I had wrote an android app which get a string (in xml format) from a remote site. The string contains information needed for some other processes. Can anyone please provide me some solution/guidance on how to extract the information from the string and put it in an array respectively so that i