[android-beginners] Re: how to use webview to show lcoal javascript

2008-08-27 Thread Mark Murphy
anderson wrote: my main.xml : LinearLayout WebView android:id=@+id/mywebview Button . . and my code : webView1 = (WebView) findViewById(R.id.mywebview); there is an error message : R.id can't be solved i dont know why, since i already import

[android-beginners] Re: how to use webview to show lcoal javascript

2008-08-26 Thread Mark Murphy
hi i have some question about webkit and webview i want to show some javascript that already exist in my project i found i need to survey android.webkit.WebView but i dont know which widget i should select , since there are no android.widget.WebView, You want android.webkit.WebView.

[android-beginners] Re: how to use webview to show lcoal javascript

2008-08-26 Thread anderson
thanks Mark, i have another question my main.xml : LinearLayout WebView android:id=@+id/mywebview Button . . and my code : webView1 = (WebView) findViewById(R.id.mywebview); there is an error message : R.id can't be solved i dont know why, since i already import