I need to download some data and parse the results at some intervals. Right now i start a service from my actitivy that starts a TimerTask every few seconds. Now i read so开发者_开发技巧me things abou
I want to send a request to the server every minute, Basically I have method and needs to be run every min to send to server some query. what is the best way of doing this? I have searched on the inte
I\'m using for my Android Service an Handler that reapeat some operation each 60 minutes (1 hour), with a PartialWakeLock to keep the phone not sleeping. But this cause a lot of battery usage.
I am trying to create a weekly reminder in my app. For this I am using AlarmManager. Here is the code generating alarm
I\'m building an Alarm Application. for it, I\'m need to supply a time as input. I\'m trying following code but alarm doesnt\' trigger. I searched online and modified the code much alot but still no l
I use alarm service to start notifications. I want to have different image in notification based on which pendingIntent has called it. I tried passing this id via intent, but the app crashes
my application needs to send a message to my server every 30 seconds or so. I understand I need to use AlarmManager using RT开发者_Go百科C_WAKEUP or ELAPSED_REALTIME_WAKEUP.
I am writin开发者_C百科g an alarm program. My problem is task managers, like advanced task manager or Samsung task manager, remove my alarms when clearing memory.
I am developing an application to pass a value to alarm through code. How can I make it possible. Can I get the intent 开发者_如何学JAVAcode and to pass the value to set an alarm?Here is all the infor
My application should send some data to the remote database. The problem is that sometimes there is no internet connection available (for example, there are no Wi-Fi and GSM signals). In this case I s