Skip to content

Instantly share code, notes, and snippets.

@prakashpun
Created August 28, 2018 09:01
Show Gist options
  • Save prakashpun/eae611d249619eb95f639b1cb7675c95 to your computer and use it in GitHub Desktop.
Save prakashpun/eae611d249619eb95f639b1cb7675c95 to your computer and use it in GitHub Desktop.
public class MyHandlers {
public void btnClick(View view, User user) {
Toast.makeText(view.getContext(),"Name: "+user.getName() , Toast.LENGTH_LONG).show();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment