Skip to content

Instantly share code, notes, and snippets.

@buildbro
Created August 6, 2019 22:51
Show Gist options
  • Save buildbro/9aeafd6acbc2694936aa614de51b6772 to your computer and use it in GitHub Desktop.
Save buildbro/9aeafd6acbc2694936aa614de51b6772 to your computer and use it in GitHub Desktop.
public interface RecyclerViewClickListener {
void onRowClicked(int position);
void onViewClicked(View v, int position);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment