Alarm everyday at 5AM morning
I am working on an android application where I need to trigger an alarm every morning at 5 am. I have already used the concept of Intent (below is the code) and putting AlarmManager in the Service . But I didnt get the problem solution from both implementations. I am just looking for a perfect solution for this. If I add a reminder to the calendar for 1 month once the application is opened for the first time I guess that might work. But if there is any better solution for this, then please provide. It should trigger an alarm at 5 AM every day no matter what. How can I achieve this?