Error nothing getting just click event not working but i have written
the click event code,  Previous many sample i have done with custom
list click event.

when clicking on list then nothing happening but on list there is an
image button that's click working fine but total row list is not
clickable

On Thu, Oct 6, 2011 at 5:41 PM, KK <dioxide.softw...@gmail.com> wrote:
> What exactly is the error message you are getting?
> --KK
>
> On Thu, Oct 6, 2011 at 3:46 PM, Naveen <kumarnaveen.si...@gmail.com> wrote:
>>
>> i am using custom list , it's
>> l1.setAdapter(new EfficientAdapter(this));
>>
>>                l1.setFocusable(true);
>>        l1.setClickable(true);
>>                l1.setOnItemClickListener(new OnItemClickListener() {
>>            @Override
>>            public void onItemClick(AdapterView<?> adapter, View
>> view,      int pos, long id) {
>>        Log.i("listview", "clicked1");
>>
>>                                Toast.makeText(getApplicationContext(),
>>                                                "Child ItemClicked " + pos
>> ,
>>                                                Toast.LENGTH_SHORT).show();
>>
>>            }
>>        });
>>
>>
>>
>> it's not working
>>
>> --
>> 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
>
> --
> 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

-- 
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

Reply via email to