Re: [android-beginners] Invalid View object passed to onListItemClick()?

2009-12-14 Thread Eus
HiHo! On Sun, 2009-12-13 at 14:48 -0800, Liviu Ungureanu wrote: > Hi! > I tested your code on my Hero and it work fine..No that error on > Android 1.5! Yes, you are right! Thanks for the info. BTW, the program also works fine in Android 1.1. But, the program does not work in 2.0 and 2.0.1. C

Re: [android-beginners] Invalid View object passed to onListItemClick()?

2009-12-13 Thread Liviu Ungureanu
Hi! I tested your code on my Hero and it work fine..No that error on Android 1.5! -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from this group, send

[android-beginners] Invalid View object passed to onListItemClick()?

2009-12-13 Thread Eus
HiHo! When I click on an item in the ListView, the background color that gets changed is not that of the clicked item but instead of the other item in the opposite side relative to the middle item: 1 <-- I click here 2 3 <-- Acts as a mirror 4 5 <-- This is the one that gets changed 1 2 <-- This

[android-beginners] Invalid View object passed to onListItemClick()?

2009-12-13 Thread Eus
HiHo! When I click on an item in the ListView, the background color that gets changed is not that of the clicked item but instead of the other item in the opposite side relative to the middle item: 1 <-- I click here 2 3 <-- Acts as a mirror 4 5 <-- This is the one that gets changed 1 2 <-- This