alarmmanager
Android - Multiple alarms w/ pending intents, how to determine which intent is being called?
I\'m working with 2 separate alarms. I have a method in my class which creates 2 different pending intents to start 2 alarms. This method calls the broadcast method when complete however depending on[详细]
2023-03-25 14:17 分类:问答android Alarm Manager Service Kernel time zone update to
has anyone noticed that when time passes from 23:59 to 00:00 which is a new day, emulator shows a message like:[详细]
2023-03-24 23:32 分类:问答post Notification Delayed
I\'m trying to post Notifications via AlarmManager delayed. For this purpose I created an AlarmReciever which currently looks like this:[详细]
2023-03-24 23:24 分类:问答Android AlarmManager details?
I\'m working on my first Android application and I\'m having problems using AlarmManager. My application schedules an alarm to check a few URLs for data. Well, sometimes when the alarm runs, I get an[详细]
2023-03-24 05:18 分类:问答How to keep a TCP connection established indefinitely?
I need to keep a TCP connection established indefinitely (as far as possible). Is not an own server so we cannot change the way it works. This server needs some kind on ping each minute to know that t[详细]
2023-03-24 03:51 分类:问答Put reminder in real calendar on the phone?
I want to put reminders on the phone\'s calendar. In other words, reminders needs to be in the real calendar of the phone. We can create remi开发者_JAVA百科nders with AlarmManager but I want it to app[详细]
2023-03-23 02:01 分类:问答Activity to trigger and cancel a AlarmManager
I am trying to devel开发者_Go百科op an app where it locks down the Activity and starts a service which will set an AlarmManager to setRepeating() trigger to another Service which will send a SMS conta[详细]
2023-03-21 22:10 分类:问答Android: how to get a long running service to start an activity
I need a service to start at boot that periodically checks some database for newly posted data. If there is new data(that fits the correct parameters) I need to then start an activity to display this.[详细]
2023-03-21 06:51 分类:问答IntentService and AlarmManager [duplicate]
This question already has answers here: Closed 10 years ago. Possible Duplicate: Android RuntimeException: Unable to instantiate the service[详细]
2023-03-20 08:10 分类:问答AlarmManager not starting up
Intent myIntent = new Intent(taskiller.this, taskiller.class); pendingIn开发者_如何学JAVAtent = PendingIntent.getService(taskiller.this, 0, myIntent, 0);[详细]
2023-03-20 06:23 分类:问答