How do we pass and receive data between browser's html/javascript and
an Activity? I am able to call an activity from an html file from the
Android browser app by using a scheme in manifest. i-e .
<data android:scheme="mysch" />
Now I want the activity to return data which I can then display/use on
the web page's html. I am aware that you can use a Web View with in
your app and call javascript functions etc to pass/receive data. Is it
something I can also do from the Android Browser app and my app
(Activity)?

-- 
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

Reply via email to