Ok it get all the dates with response.keySet(); response:
[2009-09-03, 2009-08-27, 2009-09-09, 2009-08-19, 2009-09-10, 2009-08-20] But how can i loop every date now to get the Objects? Wouter On 11 sep, 17:34, Wouter <[email protected]> wrote: > Hey, > > I get a nice solution from skink, thank you so much for it! > > Now i have another problem. I do a call with film.retrieveCinema (to > get newest moviest in cinema). > > this is response: > > {2009-09-03=[Ljava.lang.Object;@43663720, > 2009-08-27=[Ljava.lang.Object;@43599b60, > 2009-09-09=[Ljava.lang.Object;@435f4260, > 2009-08-19=[Ljava.lang.Object;@435c0950, > 2009-09-10=[Ljava.lang.Object;@43675de0, > 2009-08-20=[Ljava.lang.Object;@43606178} > > But theses dates in front of the object will change when there are new > movies. How can I determine which dates are in the response? I know I > can get the object of the date like this response.get("2009-09-03") > but how can i know which dates are in my response? > > Thank you, > > Wouter > > On 9 sep, 18:23, Wouter <[email protected]> wrote: > > > yes i have the latest version from the svn but it is still a known > > issue:http://code.google.com/p/android-xmlrpc/issues/detail?id=8 > > > really need to get this fixed, cant do anything without this.. > > > On 9 sep, 18:19, skink <[email protected]> wrote: > > > > On Sep 9, 6:08 pm, Wouter <[email protected]> wrote: > > > > > Nobody knows a solution for this? > > > > > Wouter > > > > is you svn of xmlrpc up to date? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

