how to call another intent from countdown timer finish method?
I am working on android quiz. In my code i have countdown timer when time finish i want next question came and score are decreases (for score decrement currentGame.decrementScore() method). If i add folowing code in timer's finish() method. Its work properly but then my exit button not works properly. When i click on that dialog box appears on pressing yes its remain on current page. After pressing it 3-4 times its exit from current activity and goes on menu page. Then from menu page game starts without pressing play button automatically. code for my class:- public class QuestionActivity