I want to call the say success (message) javascript method from android activity. I do it as follows:
webView.loadUrl(javascript:success(message));
But this message = JSON object from the answer http://weather.yahooapis.com/forecastjson?w=12844782&u=c . So how can I make the correct url (message) in android?
Thanks
Sneha
source
share