Countdown timer in HH:MM:SS format in Android
问题 I am trying to develop a countdown timer in android. In this example I am entering a number of minutes as a parameter which is shown in a countdown timer. The problem is that when I am entering minutes, for example 65, then the counter will be 65:00. I would like the counter to show 1:05:00 i.e. in HH:MM:SS format. public class MainActivity extends Activity implements OnClickListener { private Button buttonStartTime, buttonStopTime; private EditText edtTimerValue; private TextView