In my new project I connect to a server and retreive an xml file. I want to populate Java objects with this data.
Now, obviously, searching the net for this brings up a number of common solutions. But I have noted that some (e.g. Castor) look like they won't be suitable for Android (as it's missing certain required libraries) and some are actually over complex. For example, I'm not worried about dynamic object creation using annotations... I'll create the classes myself. What technology would be recommended to deal with this scenario? Thanks. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

