Currently, I use a regular activity with some EditText fields as a
registration screen in my application.  The inputs are used to
construct a soap message which is posted to the registration server,
with the response being parsed to do some configuration of the
application.

I'd like to change this to have the registration page load in a
WebView instance, so that the registration process takes place on an
external web page.  This would make it easier to make changes to the
registration process without having to deploy a new build, as it would
just be a matter of changing the web page that is loaded in the
WebView.

The question is - would there be any way for me to get the response
that is sent back from my registration server to the client?  From
what I can tell, if I went this route, there wouldn't be a way for me
to parse the response like I currently do to initialize the
application settings.  Any help is appreciated!

-Chuck

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