I\'m trying to get my countdown app to perform its function of updating my current time and date TextView and fire off its MyOnItemSelectedListener every second so that the
You can either use sendMessageAtTime() or postAtTime() to send yourself a message a second in the future, and handle it then.
sendMessageAtTime()
postAtTime()
For more information.