Tuesday, June 28, 2011

[android-developers] Re: ListView is no clickable

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 <zvasv...@gmail.com> 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 <ali.chous...@gmail.com> 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment