Android - Help me with ArrayList

Repweidlive

New Member
I have a problem here. I want to test my parser result.I have a KML document from request to Google Maps. here is my KML document:\[code\]<Placemark><name>Head north on Jalan Kebagusan Raya toward Jalan Anggrek</name><description><![CDATA[go 850 m]]></description><address>Jalan Kebagusan Raya</address>............</Placemark>\[/code\]I wanna to save a tag \[code\]<name>\[/code\] to my variable.Can you help me to solve my problems? It's easy to save a string, int, or even double from parsing result. But to save a sentences like "Head north on Jalan Kebagusan Raya toward Jalan Anggrek".
 
Back
Top