Show elapsed time since pressing a button in Android
- by LordSnoutimus
Hi,
I want to be able to show the elapsed time in a textview or Chronometer held in a "Statistics" class since pressing a button located in another class. What would be the easiest way to implement this?.
Thanks