Android Countdown Timer

Hi guys, 

Sorry if this has been covered somewhere and I’ve missed it, thought I’ve had a good look. I’m trying to find a way to allow a user to select a time frame anywhere in the range of 00:00 to 60:00 minutes after which the application will countdown from that set time and sound an alarm when it reaches 00:00. I can’t seem to find any tutorials and I’m having trouble finding relevant code tuition (not to say it doesn’t exist!)

Thanks guys!

M

http://docs.coronalabs.com/api/library/system/scheduleNotification.html this is the api you’re looking for.

Selecting time range can be done many ways, but I assume that the notification part was the problem.

Hey I think this is exactly what I was looking for, I’ll give that a try tonight and see where I get with it and hopefully can mark this solved! Thanks for your help!

M

http://docs.coronalabs.com/api/library/system/scheduleNotification.html this is the api you’re looking for.

Selecting time range can be done many ways, but I assume that the notification part was the problem.

Hey I think this is exactly what I was looking for, I’ll give that a try tonight and see where I get with it and hopefully can mark this solved! Thanks for your help!

M