Can anyone give me a link of a tutorial(specially a simple project which deserialize a XML on android using Simple API. I need this badly.
1 Answer
Simple API works fine on Android, and it does not require any configuration. Just:
- Place the Simple jar in the libs directory
- Configure your Build Path to include that jar
- Enjoy. You can take a look at the samples if you haven't yet: http://simple.sourceforge.net/download/stream/doc/tutorial/tutorial.php
3 Comments
escargot agile
Finally, an XML deserializer that works on Android 2.3.3 and is really simple to use!
Ravi K. Sharma
I have integrated this lib and it's working like a charm for me but having a problem in skipping unwanted Xml tags, do you know how to skip the tags?