0

How can one display a system notification in android when the app is destroyed like most social messaging apps.

1 Answers1

0

The best way to do this, is to use Firebase Cloud Messaging for your purpose. https://firebase.google.com/docs/cloud-messaging/

Of course you can use Services to show Notifications from your app, but then you need to take care of your Services to keep your Services alive to update your messages and send notifications.