Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
xsjqqq123 opened this issue Nov 12, 2015 · 4 comments
Open

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

xsjqqq123 opened this issue Nov 12, 2015 · 4 comments

Comments

@xsjqqq123
Copy link

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

hadidez commented Sep 7, 2016

i have this problem too

@configurer
Copy link

configurer commented Dec 16, 2016

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

@tjerkw
Copy link
Owner

tjerkw commented Dec 16, 2016 via email

@tjerkw
Copy link
Owner

tjerkw commented Dec 16, 2016 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants