Sending Local Notifications in Android

android, notifications

Solution

See: Local Notifications in Android? You should be able to schedule an Intent with alarm manager every hour.

Problem

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.

Original source

Related problems