android - Reminder Application -
i developing application called reminder using android api. application reminds every event registered user sms. in order remind several users, reminding times should raised @ respective time. using timertask
that, not accurate. want use alarmmanger
this, in order raise multiple reminders, of them should appended object.
can please give me solution this. (no of registered reminders varies, should remind every 1 depending on time given).
attach appropriate extras intent
use in pendingintent
alarmmanager
, such long[]
of _id
values database rows relevant alarm.
Comments
Post a Comment