Reputation: 69
How to call a webservice from javascript on android?
My html file is in assest/www
folder.
Upvotes: 0
Views: 501
Reputation: 4879
This will help you: What's the difference between JavaScript and Java? You can't run Javascript in an Android Application!
Upvotes: 0
Reputation: 6268
so - you would like to call AJAX web service from the JavaScript in a web page? This is not dependent (or almost not) on the used web browser. The same JavaScript code will work on Android, iPhone or desktop browser.
For good AJAX tutorial see there: http://www.peachpit.com/articles/article.aspx?p=425820
BR STeN
Upvotes: 1