alarm
Android alarm not being triggered
I\"m sure this is something that is simple, but I\'m not figuring it out. I\'m trying to make a simple repeating alarm and it never gets triggered.What I have is:[详细]
2023-02-06 06:13 分类:问答Android: Keep a thread running even if the device is locked
I\'m making an alarm app for android. Once the user scheduled an alarm, a thread will count until the alarm is reached and then there will be an alarm sound.[详细]
2023-02-05 11:56 分类:问答How to check if alarm is set
I\'m trying to check if my alarm is active or not. The alarmIsSet method will return false before the alarm is set, true when the alarm is set. So far so good, however, af开发者_运维百科ter the alarm[详细]
2023-02-05 06:13 分类:问答Android - how to set an alarm to a specific date
I have seen a lot of tutorials and been trying for 2 hours now , though something is still wrong. I am very nervous now :) I want to set an alarm e.g. to 16:25 to go off, but nothing happens. I have t[详细]
2023-02-05 01:38 分类:问答Android repeating alarm not working
This works fine: Intent intent = new Intent(HelloAndroid2.this, AlarmReceiver.class); PendingIntent pendingIntent = PendingIntent.getBroadcast(HelloAndroid2.this, 0,[详细]
2023-02-05 01:36 分类:问答Trigger code when alarm from Clock-application starts in Android
Is there anyway to trigger some code when the Alarm in the clock-application is executed? I read about the Alarm Manager but its only for creating your own alarms.[详细]
2023-02-02 03:21 分类:问答Google Calendar Entry Alarm not working Android
I need to set alarm in google calendar via Android app. I have successfully entered data in calendar even though it shows alarm has been set too but when I view detail of calendar entry, it automatica[详细]
2023-02-02 02:45 分类:问答alarm function on Linux and Windows -> can't find a equivalent for Windows -> C
I have worked for some time now on Linux and done some C programs, and now I need to build an app for windows but is not being easy to find a replacement for the alarm function (found on signal.h)...[详细]
2023-01-31 16:13 分类:问答how to automatically invoke my application in android
I want to au开发者_如何学Ctomatically invoke my applicationat 12.00 am,This kind of process ,how to implement in android,is it possible?Look at AlarmManager.[详细]
2023-01-31 05:19 分类:问答Do signal() and alarm() work even when the process where they are run is busy? Or should I run it on another dedicated process?
I am currently implementing a Producer/Consumers problem program. I have one parent and several child processes. Everything is working but now I need to make my program output each k milliseconds the[详细]
2023-01-29 22:16 分类:问答