I initialized a Chronometer Widget like the normal way:
mChronometer = (Chronometer) findViewById(R.id.chron);
And although I dont start the Chronometer it begins to count. Why do this happen? And how can I avoid this?
I initialized a Chronometer Widget like the normal way:
mChronometer = (Chronometer) findViewById(R.id.chron);
And although I dont start the Chronometer it begins to count. Why do this happen? And how can I avoid this?