I am developing an app where I start a service if a particular feature (in my app) is enabled by user.
I want to keep running this service even after user quits my app.
How can I do this?
plz help
I am developing an app where I start a service if a particular feature
Share
Right from developer.android.com
So, as long as you create a service, and the user exits your app it will still run. Just like the example above.
This should give you all the information you need:
https://developer.android.com/guide/components/services.html