i want to use the data from view when i load a webview
such as :
new webview;
webview.load(url)
the webview i write by html such as: body is hello android !
and then the hello android will display on my webview
the question is : if i want to change the body ,that string hello android . not in webview change
i change from others ,such as view ,textview and so on .
if i want change this webview, what function can i use for that?


