Google
Current tag: xml
Android and XML
Written on:July 5, 2011
4

Using XML in an Android project can be a real PITA or as simple as using Simple-XML. I recently stumbled on this nice little XML Java library, when googling around for a convenient way of exporting/importing many objects to/from the SD card. Simple-XML Uses Annotation The special with Simple-XML is that it uses annotations to mark classes and fields for XML processing, like this snippet shows. Share
Read more...

