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. Unless V8 is exposed to the app framework somehow, but I don't off hand see any mention of that. -- Jeremy Wadsack On Tue, Aug 31, 2010 at 7:51 AM, anushree <godbole.anush...@gmail.com>wrote: > 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 used javascripts for development in android?? > if so, > please can you help me by providing the code of your application so > that i can learn how to develop using javascripts in android.. > thanks- > anushree > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to android-developers@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com<android-developers%2bunsubscr...@googlegroups.com> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en