Sami Ullah
Sami Ullah

Reputation: 53

Is there a way to refresh android WebView in background service?

I want to know whether it is possible to load url in background? overall i want to achieve is that to refresh some url in background using Java android.

Upvotes: 0

Views: 409

Answers (1)

snachmsm
snachmsm

Reputation: 19243

make your Service bind to Activity and send message forcing WebView refresh or load your URL which may be passed through binder

you haven't posted single line of code so this is most precise answer you can get...

Upvotes: 1

Related Questions