Hi, all --

I have an issue with an application I'm writing for Android. Here's
the problem: I need to create several EditText fields on the fly,
while still maintaining some sort of handle to each individual one.
For example: I create four EditText's, and I wish to submit the
information from them to a server via an HTTP connection. How do I get
the user-inputted data out of these EditText's after they have been
created? (I guess what I'm asking is how exactly do I use the setId()
method, because it doesn't seem to be working for me).

Thanks.

Aaron.

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