I want to use a service that run in background indefinitely and call a method every 10 minute and its running even app killed
How to create it?
For "how to work with services", see Services - Android Services in Android - Vogella Here is a clear solution that focus on "every 10 minutes" part using AlarmManager: https://stackoverflow.com/a/10222390/2591556