Guest User

Untitled

a guest
Jun 20th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. public interface ClickListener {
  2.  
  3. //para poder crear los click listeners para el recycler view ya que no los tiene por defecto
  4. public void onItemClicked(int position);
  5.  
  6. public void onCreateContextMenu(ContextMenu menu, View v, int position);
  7.  
  8. }
Add Comment
Please, Sign In to add comment