In my application i need to deploy a some kind of reminder. that every day at any fixed time my application generate a notification..
- and it happens if my application is running or not. (e.g by using background service)
I am able to generate notification, but im un able to create logic to generate it every day. Please help if any one understand what i want. Thanks in advance.