[android-developers] Re: using javascripts v3 api in android - help required urgently

2010-08-31 Thread Maps.Huge.Info (Maps API Guru)
I suggest you go back to the basics and learn more about programming before jumping into something as complex as an Android native app. It's not for the beginner. You might try App Inventor. That system doesn't require any code but it still requires understanding program logic so no matter what you

Re: [android-developers] Re: using javascripts v3 api in android - help required urgently

2010-08-31 Thread Frank Weiss
I assume you want to develop a web-based Googlew Maps V3 app that would display in the Android browser. Maybe I'm missing something, but this has nothing to do with Android. I verified by trying a V3 maps app developed for desktop browsers. Works in the Android browser as well. -- You received th

[android-developers] Re: using javascripts v3 api in android - help required urgently

2010-08-31 Thread Maps.Huge.Info (Maps API Guru)
It's pretty simple to use the v3 API in Android. Here's a blog post from Google about the process: http://code.google.com/apis/maps/articles/android_v3.html -John Coryat -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this grou

[android-developers] Re: using javascripts v3 api in android - help required urgently

2010-08-31 Thread anushree
i tried using webview but i really don't know where to add the javascript code in it.. i tried some example using the tutorial on the net.. but could not understand it.. the link was http://www.google.com/url?sa=D&q=http://code.google.com/apis/maps/articles/android_v3.html&usg=AFQjCNFnEdIn1isVqet3v

[android-developers] Re: using javascripts v3 api in android - help required urgently

2010-08-31 Thread Maps.Huge.Info (Maps API Guru)
This works quite well. The Google IO 2010 app contains a v3 JavaScript based map. It's open source and you can use that as a guide. Search for it on code.google.com. A simpler example of using JavaScript with Android is in one of Mark Murphy's books. I suggest subscribing to his commonsware site (