I have an app that checks a specific website every one minute to see if it finds whatever I am looking for, then notifies me (Plays Sound) whenever the item is found. I followed this tut to make my app run in the background, but I noticed it complains about the WebView.
http://marakana.com/forums/android/examples/60.html
If it's not possible to use a WebView inside a service, what are my alternatives to achieve the same goal?