In my app I use alarms to periodically retrieve
and update the rss feeds in my sqlite database to mantain fresh the
content inside my apps. Now I'm using an IntentService started by the
pending intent fired by alarm manager. It seems to work correctly
|