Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. final AdaptadorRecyclerView adaptadorRecyclerView = new AdaptadorRecyclerView(new InterfazClickRecyclerView() {
  2. @Override
  3. public void onClick(View v, Mascota m) {
  4. Toast.makeText(MainActivity.this, m.toString(), Toast.LENGTH_SHORT).show();
  5. }
  6. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement