回答編集履歴

1

記述ミス

2015/03/15 13:36

投稿

terushu
terushu

スコア358

test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
 
6
6
 
7
- private CustomCountDownTimer timer = new CustomCountDownTimer(100, 1 * 1000){ //1秒おき100回実行
7
+ private CustomCountDownTimer timer = new CountDownTimer(100, 1 * 1000){ //1秒おき100回実行
8
8
 
9
9
  public CustomCountDownTimer(long millisInFuture, long countDownInterval) {
10
10