flyingcowofdoom
Lurker
Hello all. I'm trying to write an app that allows me to set reminders at a future time. I want the app to send a notification at the pre-designated time. I am having some trouble figuring out the best way to manage the reminders. Should I write a service that starts at boot time that checks the clock every minute to see if any reminders expired? Would it be better to use the AlarmManager service? This app needs to automatically start at boot time so that the reminder notifications occur even after a restart, without the user having to start the app manaully. Any suggestions?
TIA!
--FCOD
TIA!
--FCOD