Skip to content

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

@xsjqqq123

Description

@xsjqqq123

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions