开发者

android-alarms

0
  • Alarm Manager problem in time setting

    I want to开发者_开发知识库 set an alarm at a particular date and time . iam getting my date and time with the webservice.i have parsed and splitted the date and time and used SimpleDateFormat and now[详细]

    2023-02-06 13:05 分类:问答
  • Best way to set repeating task

    i have a method in my app that i want to be called repeatedly depending on what the user chooses. like if every hour is chosen by the user, the activity fires a method that is being called every hour.[详细]

    2023-01-22 17:36 分类:问答
  • Android: stop services and alarms when the application ends

    I have an application that consist of several Activities.When the application starts, some alarms are scheduled using AlarmManager and some services are started:开发者_如何学Go[详细]

    2023-01-10 15:14 分类:问答
  • How to play default mobile tone when Alarm is fired?

    i 开发者_JAVA技巧have written the code for setting an alarm. I am able to raise a toast successfully from my alarm receiver class when the time ticks off.[详细]

    2023-01-05 13:21 分类:问答
  • Android canceling all alarm set

    I am making an event application and user can set a reminder for events he wants. So i use the alarmManager to create alarms. I would like to put a cancel all option to my main activity so that i coul[详细]

    2023-01-02 03:40 分类:问答
  • Using android alarmclock

    Is it possible to use the com.android.alarmclock so that I can use it to ki开发者_如何学Cck off alarm features in my application?If it is how can i do it?Since API level 9 you can set the AlarmClock b[详细]

    2022-12-27 08:15 分类:问答
  • Alarms vs. TIME_TICK in Android

    I\'m not sure which is these is appropriate for my current application. I need to switch wallpaper on a given, but user changeable, interval.I\'v开发者_Go百科e been using a BroadcastReceiver to check[详细]

    2022-12-11 00:14 分类:问答