posted 12 years ago
Hi,
I am new to android and I am trying to create an application in which I have to use an alarm.
I am able to set the alarm, but when the emulator is restarted all the alarms set are cleared as given in API docs of AlarmManager. Is there any way to set those alarms on device startup etc.
Can anyone tell me how to do that?
I thought of creating a background service but I am not finding any tutorial for this.
Need help to start working on android.
Thanks in advance.