Advertisement
Guest User

Untitled

a guest
Sep 16th, 2014
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. Button button1 = (Button)findViewById(R.id.button1);
  2. button1.setOnClickListener(new View.OnClickListener() {
  3.  
  4. @Override
  5. public void onClick(View v) {
  6. // TODO Auto-generated method stub
  7. }
  8.  
  9. });
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement