Domanda

All, I have some doubt in basics .kindly help me to resolve it. in which scenario we will use Alarm manager and in which scenario we will use Notification.

Here is my understandings-Alarm-General Wakeup alarm Notification-used to notify new events...

If the above thing is correct please help me where the REMINDER will falls.

È stato utile?

Soluzione

Alarm manager is not a user notification system but an event for the phone to wake up and do something at a certain time.

Notifications are what you would use to notify the user of an event.

You can wire this all together using a BroadcastReceiver to capture the alarm manager events and start a notification.

Here's a simple example of how to do it.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top