An alternative approach might be to use HttpClient and submit directly to
the URL the form does, passing in the form attributes with your call and
correct values. You will probably have to look at the page source of the
site you are trying to get into tho.

On Tue, Jan 19, 2010 at 9:55 PM, Maps.Huge.Info (Maps API Guru) <
[email protected]> wrote:

> When using a webview, you have to realize that it's really a sort of
> dedicated browser object that you have a lot of control over. If you
> want to do a form submission programmatically, just think how you
> would do it in JavaScript, it's the exact same. Reporting the results
> or even initiating such an event can be handled directly in
> JavaScript, through a Java-JavaScript interface or through user input,
> your choice. I suggest reading Mark Murphy's excellent books on
> Android, there's a chapter (or two?) on webview programming that's
> very useful.
>
> http://wares.commonsware.com/
>
> -John Coryat
>
> "Radar Now!"
>
> "What Zip Code?"
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]<android-developers%[email protected]>
> 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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to