I want to make a calendar with alarm.
For one alarm to sound within x time no problem, but if I put an alarm for x time and this calls the service and put another alarm for x + y time and this calls the service? the second overrides the first? Must i create separate services for each alarm? can create unlimited services in run time? or should I create a limited number of services for each alarm you want to include in the program?
Thank you.
For one alarm to sound within x time no problem, but if I put an alarm for x time and this calls the service and put another alarm for x + y time and this calls the service? the second overrides the first? Must i create separate services for each alarm? can create unlimited services in run time? or should I create a limited number of services for each alarm you want to include in the program?
Thank you.