I want background service which run after every 10 minutes to fetch data from url and update it in database.
I have searched a lot. it give me examples which run continuously for 3 minutes and then stop. or examples of pull and refresh data.
but I want service which run in background without user interaction and it should be run after every 10 minutes.
Is there any tutorial or example for this? What is the effective way to achieve this?