Created
August 28, 2018 09:01
-
-
Save prakashpun/eae611d249619eb95f639b1cb7675c95 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public class MyHandlers { | |
| public void btnClick(View view, User user) { | |
| Toast.makeText(view.getContext(),"Name: "+user.getName() , Toast.LENGTH_LONG).show(); | |
| } | |
| } |
Leobardo lopez nila
Leobardo lopez nila
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://gist.github.com/prakashpun/d19e34c5710f8b7f40f828c7df3e887c?permalink_comment_id=4284236#gistcomment-4284236