-
Notifications
You must be signed in to change notification settings - Fork 740
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
Comments
i have this problem too |
is this issue already solved or what ? How can anyone doing? any workaround ? |
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 ***@***.***> 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
<#103 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAx-saybV4G_hgYnGzNJE5dBjCeyTYrgks5rIlyjgaJpZM4Ggu6M>
.
|
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 ***@***.***> 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 ***@***.***> 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
<#103 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAx-saybV4G_hgYnGzNJE5dBjCeyTYrgks5rIlyjgaJpZM4Ggu6M>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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!
The text was updated successfully, but these errors were encountered: