My objective is to display a simple timer clock on my screen where it starts from 20 and goes on decreasing and when it becomes 0 I want to start an action.
How to achieve this ?
Thanks in advance
My objective is to display a simple timer clock on my screen where it
Share
I don’t know how you want to display it but you can do this also just by taking a TextView and keep changing its Text every second.