Reputation: 53
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
Reputation: 19243
make your Service bind to Activity and send message forcing WebView refresh or load your URL which may be passed through binder
Service
Activity
WebView
you haven't posted single line of code so this is most precise answer you can get...
Upvotes: 1