A: 

The loadUrl method in WebView uses the Handler mechanism i.e it will run in UI thread. You should stop the data loading by calling webView.stopLoading() when the activity is paused/stopped.

Karan