0

How to make a timer?

for our activity

19th Nov 2016, 1:41 AM
kenneth ruben
2 Answers
0
If you want to do it in Android, you can define a runnable with the code you want and post it to a handler with delay. and inside that runnable you can post it to the handler again until the timer stops. see this page : http://stackoverflow.com/questions/4591149/create-a-simple-digital-timer-in-android
20th Nov 2016, 10:29 PM
ehsan-black
ehsan-black - avatar
0
thank you
24th Nov 2016, 1:34 AM
kenneth ruben