Hello. I'm working on application for fetching some frequently updating(minutes) info from the internet. I would like to have a possibility to auto-check for updates when my widget is minimized. I'm using setTimeout and it works fine when application is active, but it looks like everything is suspended when application goes to the background. Is there any way to avoid this?
Thanks.

Reply With Quote

