How To Work With Simple Xml Framework For Maps
I need to put some data in xml from editText. Lets say like below: first value second va
Solution 1:
You'll need to implement and XML parser. There are many tutorials out there on how to do this. Search on Google for "sax parser tutorial" and look at them. I'd link one, but SO doesn't really like links that might be dead later
Post a Comment for "How To Work With Simple Xml Framework For Maps"