how to access user entered information in html which is showing through web view in android?

Go To StackoverFlow.com

-1

I want to display html in android activity through web view,my screen will be like webview

spinner contains all HTML files template. when user enter First name ,last name & clicks on spinner ,took any html that entered first name & last name should display on HTML ... how to do this in android ?

2012-04-04 07:06
by iWatch


1

For interaction with WebViews and native code you can bind the two via a JavaScriptInterface

http://developer.android.com/guide/webapps/webview.html#BindingJavaScript

2012-04-04 17:44
by ghostfly
Ads