I guess the problem is in this line: Job job = jobs.get(i);
I seems to me (according to your xml sample) that there is only one job. So in the second run of the for-loop the IndexOutOfBoundsException-Exception occurs. Good luck --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

