[android-developers] Re: Porting Javascript Application to Andriod

2010-12-10 Thread sat
Hi, You can check "Binding JavaScript code to Android code" in Android documentation. After Binding you can call Javascript function from Android code and vice versa. On Dec 9, 2:26 pm, cuil yahoo wrote: > Hey, > > We have an application written in Javascript. We want to port it to android > .We

[android-developers] Re: Porting Javascript Application to Andriod

2010-12-09 Thread paulb
See http://developer.android.com/guide/webapps/webview.html (Note that it does not yet work on the 2.3 emulator, but should work fine with 2.2) Paul On Dec 9, 1:26 am, cuil yahoo wrote: > Hey, > > We have an application written in Javascript. We want to port it to android > .We are using webvie