tjerkw / Android-SlideExpandableListView

A better ExpandableListView, with animated expandable views for each list item
Apache License 2.0
1.98k stars 741 forks source link

can setOnItemClickListener work? or other method can use? #103

Open xsjqqq123 opened 8 years ago

xsjqqq123 commented 8 years ago

i have try setOnItemClickListener method for doing something when user click listview item like this:

playListView.setOnItemClickListener(new AdapterView.OnItemClickListener() { @Override public void onItemClick(AdapterView<?> parent, View view, int position, long id) { onStartVideo(position); } });

but it did not work, why? have some else method to realize this? setItemActionListener seems to work only when click action button.

thands to your help!

hadidez commented 8 years ago

i have this problem too

configurer commented 7 years ago

is this issue already solved or what ? How can anyone doing? any workaround ?

tjerkw commented 7 years ago

This is not supported. Or look at the example code. there might be an example.

I am not maintaining this repo anymore.

Please submit a pull request to fix it.

On Fri, Dec 16, 2016, 10:40 configurer notifications@github.com wrote:

is this issue already solved or what ?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/tjerkw/Android-SlideExpandableListView/issues/103#issuecomment-267555038, or mute the thread https://github.com/notifications/unsubscribe-auth/AAx-saybV4G_hgYnGzNJE5dBjCeyTYrgks5rIlyjgaJpZM4Ggu6M .

tjerkw commented 7 years ago

This repo is outdated due to the new RecyclerView and the fact that this UIX is a bit old.

On Fri, Dec 16, 2016, 14:10 Tjerk Wolterink tjerkw@gmail.com wrote:

This is not supported. Or look at the example code. there might be an example.

I am not maintaining this repo anymore.

Please submit a pull request to fix it.

On Fri, Dec 16, 2016, 10:40 configurer notifications@github.com wrote:

is this issue already solved or what ?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/tjerkw/Android-SlideExpandableListView/issues/103#issuecomment-267555038, or mute the thread https://github.com/notifications/unsubscribe-auth/AAx-saybV4G_hgYnGzNJE5dBjCeyTYrgks5rIlyjgaJpZM4Ggu6M .