How exactly are you receiving the data from the webservice (HTTP POST method, TCP connection, UDP connection..)? If you are receiving your complex object in parts, write a method that will process the input and put the parts together to recreate your object.
Lex On Jul 30, 2:52 pm, Ram <[email protected]> wrote: > Hi All, > > can anybody tell me how to handle a complex type object from > webservice. Presently I am able to handle simple String messages. But > if I am extracting some array of objects or String, then how to handle > this. > > Waiting for quick reply. > > -Ram --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

