Advertisement
Guest User

Untitled

a guest
Aug 30th, 2015
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. @Override
  2. public void onFinish() {
  3. // Do some logic
  4. }
  5.  
  6. @Override
  7. public void onTick(long millisUntilFinished) {
  8. }
  9. }.start();
  10.  
  11. button.setOnClickListener(new View.OnClickListener() {
  12.  
  13. public void onClick(View v){
  14. //Score+10
  15. //Time +10Sec.
  16. }
  17. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement