can you create a "set alarm" feature in the app builder?
Posted: Fri Apr 18, 2014 9:02 am
Im trying to enable the user to set an alarm that would set off a sound on there mobile phone.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Im trying to enable the user to set an alarm that would set off a sound on there mobile phone.
Hi Cameron,
Can simply perform a check of a certain time at specified intervals: https://developer.mozilla.org/en-US/d...
and call the desired function when that time has come.