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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
What about setting a variable =
System.currentTimeMillis()when you inflate the view?And at onDestroy substract that time from the current time ?