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

2010-08-31 Thread Jeremy Wadsack
You could build your own WebView container activity and run your JS there. Or you could use some off-the-shelf package that does this like Phonegap or Appcelerator. If you want to run native JS without the web view, then I think you'll need to bundle your own interpreter or use a cross-compiler. U

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

2010-08-31 Thread lokesh gupta
HI Anu, There is a tool available at http://developer.appcelerator.com/get_started.. Using dis tool u can develop android as well as i-phone apps . U can try with that.. Plz get bk 2 me if u face any prob. Lokesh On Tue, Aug 31, 2010 at 8:21 PM, anushree wrote: > hello all, > i am trying

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

2010-08-31 Thread anushree
hello all, i am trying to develop a google maps application for android using javascripts v3 api. but the main problem is that i haven't worked with javascripts for android application development.. i have only used java code to develop an application so i don't know where to start.. has anyone use