Skip to content

Instantly share code, notes, and snippets.

@fnovoac
Created April 16, 2017 01:45
Show Gist options
  • Save fnovoac/fee450d915f387af4790a599a5dfaf01 to your computer and use it in GitHub Desktop.
Save fnovoac/fee450d915f387af4790a599a5dfaf01 to your computer and use it in GitHub Desktop.
public interface RecyclerViewItemClickListener {
public void onClick(View view, int position);
public void onLongClick(View view, int position);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment