Timer in three EditTexts not working properly
问题 I have made a Timer Application in android.In application there are three (uneditable) EditText and a Button .When i press Button first time the timer in 1st EditText will start ,when i press it 2nd time the timer in 1st EditText will stop and at the same time the timer in 2nd EditText will be start,when i again press button same thing will be happened with 3rd EdtiText .NOw this code is working properly but when i press back button and again start it,its stopped working in 3rd EditText .The