chronometer start activity when time is reached
问题 I want a new activity to start when a new activity is reached, so far i've been having some trouble. This is what i have so far. I hope you guys understand what i am trying to do. If there is an easier way that works please tell me. perhaps i should put this in a thread? Chrono = (Chronometer) findViewById(R.id.chronometer1); Chrono.start(); while (!(Chrono.equals(chronoText))) { chronoText = Chrono.getText().toString(); if (chronoText.equals("00:30")) { Intent intent = new Intent