-1

I have an android application made by android studio. I know how to get data from my server through socket with Socket.IO and how to show notifications. I want to show notification from this app even after I close the app.

  • Possible duplicate of [How to get android notifications when app was closed?](https://stackoverflow.com/questions/13741875/how-to-get-android-notifications-when-app-was-closed) – Soumya Oct 10 '17 at 20:04

1 Answers1

0

Question is not very clear but,

I think background services is what you are looking for. Check these out.

Official Documentation

Vogella Tutorial

devDeejay
  • 5,494
  • 2
  • 27
  • 38