I want to use local notification in android for my application.
If the app is not opened for 24 hours than a local notification is send.
Can any one let me know how it should be done.
I want to use local notification in android for my application. If the app
Share
See: Local Notifications in Android?
You should be able to schedule an Intent with alarm manager every hour.