azad
azad

Reputation: 42

How to Load Google Maps API site in a Android Application using JavaScript

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

Answers (2)

Ashok Kateshiya
Ashok Kateshiya

Reputation: 699

You can go for phonegap framework and use html and javascript

Upvotes: 1

kamal
kamal

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

Related Questions