I want to make applications that read content from url every 10 minutes with application closed or not.
I'm new in Android development (I know Java, but no android SDK).
I tried the service but system kill my service when the application closed, I read have to use AlarmManager but is same, the alarm is not called if application closed.
What can I do? Thanks! :)
Edit: I only need how to task every 10 minutes