Search code examples
androidservicebackground-process

Background process running in android


I'm making an app in which i want a process always run in background e.g in facebook we got a notification and it will notify in our app. Kindly text.


Solution

  • Try Services and BroadcastReceiver to do this.