alarm
iPhone alarms that wake up the device from sleep with sound
I\'m a bit confused on iPhone\'s capabilities for alarms (local notifications) and I haven\'t found a clear answer yet.I would like to create functionality like the alarm clock (or even new mail).Spec[详细]
2023-02-13 03:14 分类:问答wp7 add alarm entry
Is there a way to programmatically add an alarm entry from the app I am crea开发者_JAVA百科ting?No, currently the SDK doesn\'t offer any capabilities to interact with systems applications like the Ala[详细]
2023-02-12 01:25 分类:问答Passing a date to the calendar application when the application starts
I\'m doing a project where I want to invoke the Android calender and also set an alarm. The开发者_开发技巧 user enters the date and time in the application itself. Is there any way we can pass this da[详细]
2023-02-11 22:43 分类:问答pendingintent on alarms for android
When setting a service to go off at particular time, I use the AlarmManager system service. Everything goes off without a problem, service is called and actions take place.[详细]
2023-02-10 18:34 分类:问答How to set Alarm using alarm clock class
Hi I am trying to set Alarm in my application Using the AlarmClock class.开发者_Go百科 I am using the code as follows:[详细]
2023-02-10 13:20 分类:问答set multiple alarms/notifications bug/error?
I\'m trying to make an app that allows the user to set tasks and alarms or notifications for each task.I have created a \'setAlarm\' method below.However, I have an error that开发者_如何学Go whenever[详细]
2023-02-08 23:19 分类:问答Issue with alarm() and SIGALRM in C
I am having an issue with SIGALRM that seems to not be triggered. I am using signal() rather than sigaction() for开发者_JS百科 simplicity of code.[详细]
2023-02-08 22:45 分类:问答How to not get my alarm on its own way?
I\'m using an Alarm Manager to trigger an IntentService every hour. However, originally the alarm gets registered when the user runs the app. The problem is that when the user opens the app again it m[详细]
2023-02-08 12:18 分类:问答Android AlarmManager and Service question
There are some files in my app, but only 3 of them is important now. It\'s a reminder app with alarm sound and notifications.[详细]
2023-02-07 16:15 分类:问答Android: creating an insistent alarm (ex: morning alarm, incoming call)
I\'m writing an alarm-based application, and I\'m looking for a way to wake up the user insistently. Ideally, I\'d like the phone to vibrate, ring, and display a message. I tried a few different optio[详细]
2023-02-07 10:57 分类:问答