I'd like to solve the following problem:
An application displays something via a WebView
, but to alert the user when the content has been changed, a notification should be issued that leads the user to the Activity
.
The question is: how do I constantly check for updates even though the user probably hasn't even started the application another time? Is that even possible, since I don't think you can have a service starting when the phone boots or something comparable - if any of you have an idea, I'd be grateful to hear it.
Cheers!