C
cjbrooks12
Guest
I am working an an app to keep tally, like game scores. I am trying to use Simple to save the data in a ScoreSheet to XML and retrieve it later to load that game. I have currently got the app annotated with Simple so that it saves how I want, but I am at a complete loss as to how to parse that XML file. All tutorials on Simple make no sense, and so I tried SAXParser, which kinda works. But I would prefer to use Simple, if anyone could take a look at my code and help me out, I could email you my source.