Android-SlideExpandableListView icon indicating copy to clipboard operation
Android-SlideExpandableListView copied to clipboard

can setOnItemClickListener work? or other method can use?

Open xsjqqq123 opened this issue 10 years ago • 4 comments

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!

xsjqqq123 avatar Nov 12 '15 02:11 xsjqqq123

i have this problem too

hadidez avatar Sep 07 '16 22:09 hadidez

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

configurer avatar Dec 16 '16 09:12 configurer

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 [email protected] 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 avatar Dec 16 '16 13:12 tjerkw

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 [email protected] 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 [email protected] 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 avatar Dec 16 '16 13:12 tjerkw