I am new to android. I have an application which needs to show a data stored in database (which is a time value, example 40 hours) in a textview.
I want to count down the value from 40 (in my case) to zero and an alarm should start when it hits zero.

1 Answer