09-03 18:10:20.642: DEBUG/log1(746): [Ljava.lang.Object;@43598a88 09-03 18:10:20.642: DEBUG/log2(746): class [Ljava.lang.Object;
And now is the question how can i get the data in that Object? :) On 3 sep, 18:06, skink <[email protected]> wrote: > Wouter wrote: > > OK finally got it, thanks for your help! > ><member><name>dates_video</name> > > <value><array> > > <data> > > <value><struct> > > <member><name>date</name> > > <value><string>2002-07-16</string></value> > > </member> > > </struct></value> > > </data> > > </array></value> > > </member> > > what does: > > Log.d("log1", response.get("dates_video")); > Log.d("log2", response.get("dates_video").getClass()); > > print? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

