Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created September 26, 2019 15:46
Show Gist options
  • Save parzibyte/fc11938aaef05d8edb1f3cc8e5c175bd to your computer and use it in GitHub Desktop.
Save parzibyte/fc11938aaef05d8edb1f3cc8e5c175bd to your computer and use it in GitHub Desktop.
final AdaptadorRecyclerView adaptadorRecyclerView = new AdaptadorRecyclerView(new InterfazClickRecyclerView() {
@Override
public void onClick(View v, Mascota m) {
Toast.makeText(MainActivity.this, m.toString(), Toast.LENGTH_SHORT).show();
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment