I want to call a method say success(message) of javascript from android activity. I do this as follows:
webView.loadUrl(javascript:success(message));
But this message = JSON object from the http://weather.yahooapis.com/forecastjson?w=12844782&u=c response. So how do i make the right url (message) in android?
Thanks
Sneha
almost the same as you wrote 🙂