Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Useless to post on forums, no one helping me out ffs
. resetButton = (Button) findViewById(R.id.resetButton);
resetButton.setOnClickListener(new View.OnClickListener() {
public void onClick(View view) {
[COLOR="Red"][B] timeSwapBuff = 0L; [COLOR="Blue"]// was timeInMilliseconds[/COLOR]
timerValue.setText("" + 0 + ":" + String.format("%02d", 0) + ":" + String.format("%03d", 0));[/B][/COLOR]
customHandler.removeCallbacks(updateTimerThread);
}
});
Ty again!