Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

XML binding tools for Android [closed]

I would like to compare some XML binding tools for Android, however there does not seem to be many available. Any that are, are cumbersome or very limited in capability. What frameworks other than the Simple XML framework are available for the Android platform.

Here I am interested in frameworks that do all the heavy work, so KXML, DOM, and SAX are not really what I am looking for. Frameworks like JiBX and JAXB are more along the lines of what I am looking for.

like image 358
ng. Avatar asked Oct 13 '22 20:10

ng.


1 Answers

What you really want is the Simple XML Library which will work on Android.

I actually wrote a blog post explaining exactly how to use it: you can find that here

Edit: Lol, I just looked at who the author of this question was and I am pretty sure that ng is Niall himself, the person that wrote the Simple XML Library.

like image 57
Robert Massaioli Avatar answered Oct 18 '22 01:10

Robert Massaioli