Thanks a lot Zsolt. It works. i have used android:focusable="false" , I didnt get why you have also suggested android:clickable="false". We want to that check box shoud get checked/unchecked. Will making it unclickable not make it disable or user will not be able to check it.
On Jun 28, 3:58 am, Zsolt Vasvari <[email protected]> wrote: > Basic Java Tip #129: @Override is an annotation for the compiler -- > it has no effect on how the code is executed. > > I am 100% sure it's because of those missing attributes. I've > wrestled with the same problem before. > > On Jun 28, 3:38 pm, Ali Chousein <[email protected]> wrote: > > > > > Manish, > > > A very basic question, but did you by change forget to put @Override > > before the declaration of setOnItemClickListener? > > > ---------- > > Ali Chousein > > Geo-Filtered Assistanthttp://geo-filtered-assistant.blogspot.com/- Hide > > quoted text - > > - Show quoted text - -- 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

