Search code examples
androidserviceandroid-servicealarmmanagerandroid-alarms

How to create application which is display message in specific time and day in android


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.


Solution

  • Finally done this task.

    Using AlarmManager with services.

    @chaitanya Thanks for your help.