How To give notifications on android on specific time?
I want to give notification to my app on a specific time. Say everyday i have to give notification on 7 AM even if the app is closed. How can i do this? Any tutorial? Please mention the link. Shia G first you need to use a broadcastreceiver. and because a broadcast receiver up only for a short time from the android developer blog.When handling a broadcast, the application is given a fixed set of time (currently 10 seconds) in which to do its work. If it doesn't complete in that time, the application is considered to be misbehaving, and its process immediately tossed into the background state