I think it is something to do with this. --- if (strName.equals("group")) { String Name = groups.getAttributeValue(null, "name"); lv_arrr[eventType] = Name; --- When I check, Name did contain the correct value. I remember array starts with [0] so I create another counter call i with i++ to replace lv_arrr[i] = Name; Somehow lv_arrr still contain null. Why is that so?
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en