I am trying to make a simple game in android. I need to make a timer which can be independent of system time. To make sure that user changes of system time doesn't influence the game timer. I need an idea, about how to do this?
Thanks in advance.
I am trying to make a simple game in android. I need to make a timer which can be independent of system time. To make sure that user changes of system time doesn't influence the game timer. I need an idea, about how to do this?
Thanks in advance.
you can use CountDownTimer for this.