android-alarms
how to implement system Alarm Clock in my applications?
How do implement an alarm clock in my applicatio开发者_如何转开发n. i want to implement an alarm that is similar to system alarm.[详细]
2023-03-11 08:46 分类:问答Unable to set alarm time in android
In my alarm application, I take time from time picker and set it in alarm manager. But the time which I set in the time picker was not set properly in alarm manager. So the alarm is not activated at t[详细]
2023-03-10 21:46 分类:问答AlarmManager & NEXT_ALARM_FORMATTED
I am setting alarams as follows: AlarmManager alarm = (AlarmManager) getSystemService(Context.ALARM_SERVICE);[详细]
2023-03-07 01:06 分类:问答Set an Alarm from My application
I want to create an alarm object from my application. I am writing a To-Do application which will have an option to set an Alarm on the phone.[详细]
2023-03-06 08:56 分类:问答Alarm / Alert sound in Android
I am working on an Android project and I want to raise some kind of alert or sound. I have implemented a countdown timer and once the countdown timer stops, an alarm or alert sound should be raised.[详细]
2023-03-04 08:04 分类:问答Android: connectivity issues in background thread after alarm when "always-on" turned off
Problem description: In my android App, I experience connectitity issues when doing a remote HTTP (\"polling\") call from an AsyncTask that was started after an alarm went off.[详细]
2023-03-04 05:44 分类:问答how would create an alarm manager with reciever to put phone on silent at certain time?
I have been trying this for a while and i cannot figure out the best way to do it and i do not really understand what teh broadcast reciever does. what i would like is for the alarm to be fi开发者_开发[详细]
2023-02-24 09:48 分类:问答Alarm is not working in android when the device is off and on again
I have set the alarm to remind me in android it is working when the device is on. But when i switch off the device and again on that reminder alarm is not working. Can you guys please suggest me how c[详细]
2023-02-23 20:30 分类:问答AlarmService sample error building can't find AlarmService_Service.class
AlarmService sample error building can\'t find AlarmService_Service.class. What am I missing? Code: public class AlarmService extends Activity {[详细]
2023-02-11 22:13 分类:问答How to set alarms using alarm manager running every weekdays
Hey guy开发者_运维技巧s I\'m using alarm manager to run my application at specific point of time. I want to run my application on every weekdays ( Mon-fri ) so could you please tell me how to do this.[详细]
2023-02-07 20:53 分类:问答