I am new to Android development.
I want to show user notification even when the app is not open.
something like background notification.
It will listen to a server and will retrieve updates from every 30 minutes and will show
the user the message. How can I implement this on android.
thanks 🙂
you need to use background/foreground services in order to obtain this functionality.