Hello, I asked a friend here and he found the problem =) My problem was here:
public class LCL_ListViewItem extends HashMap It works if I changed this line to this: public class LCL_ListViewItem extends HashMap<String, String> no idea why the original tutorial didn't have the <String, String> in the end. Maybe the guy forgot it... thanks, Felipe Monteiro de Carvalho -- 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

