Advertisement
Guest User

Untitled

a guest
Mar 19th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. new CountDownTimer(30000, 1000) {
  2.  
  3. public void onTick(long millisUntilFinished) {
  4. Log.w("myApp", "en sekund");
  5.  
  6. }
  7.  
  8. public void onFinish() {
  9. Log.w("myApp", "klar");
  10. }
  11. }.start();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement