I am creating app which contain.
-> time like 2:30 AM
-> Repeat like sat,sun
User is dynamic add time and repeating value.For example we have 10 record with different value.
So how i can display message at particular time and schedule period.I think Alarm Manager and services is best.But i don't know how to used.
How can i trigger different alarm in particular day and time.
please give me some guideline.
Finally done this task.
Using AlarmManager with services.
@chaitanya Thanks for your help.