I want to make an Android app that starts counting down from 10 mins and when it reaches 0, it should execute a command to send data via internet. After that it should start all over again from 10 mins. It should keep sending data every 10 mins until I manually stop it.
(I have already created command to send data via internet and it works perfectly, but I don't know how to make the count down timer.)
Thanks in advance!