Android Quiz Game - Countdown timer for each qstion
问题 I have created a Quiz app for Android using the tutorial here: http://automateddeveloper.blogspot.co.uk/2011/06/getting-started-complete-android-app.html For each question, the user will only have 20 seconds to answer it. If he/she fails to answer in 20 seconds, an AlertDialog will popup and the game will terminate. To do this, I have added a counter in the OnCreate method of QuestionActivity class : final TextView myCounter = (TextView) findViewById(R.id.countdown); new CountDownTimer(20000,