Reputation: 42
http://code.google.com/apis/maps/articles/android_v3.html
I tried for this tutorial for using javascript in android for google map,but I dont find any way to use the java script where to put the code of the javascript?
Upvotes: 0
Views: 623
Reputation: 699
You can go for phonegap framework and use html and javascript
Upvotes: 1
Reputation: 1
put the javascript in the asset folder and use the webview.loadurl(file:///android_asset/filename) to load your html file
Upvotes: 0