Skip to content

Instantly share code, notes, and snippets.

@jeandersonbc
Created April 23, 2018 14:21
Show Gist options
  • Save jeandersonbc/fccca340821047e48a39472b201081a0 to your computer and use it in GitHub Desktop.
Save jeandersonbc/fccca340821047e48a39472b201081a0 to your computer and use it in GitHub Desktop.
Clickable List View
getListView().setOnItemClickListener(new OnItemClickListener() {
@Override
public void onItemClick(AdapterView<?> adapterView, View view, int position, long id) {
// your code is here on item click
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment