Re: [android-developers] EditTexts and Handles

2010-01-27 Thread TreKing
On Tue, Jan 26, 2010 at 9:36 PM, Aaron Rudolph aanrudol...@gmail.comwrote: How do I get the user-inputted data out of these EditText's after they have been created? http://developer.android.com/intl/zh-CN/reference/android/widget/EditText.html#getText()

[android-developers] EditTexts and Handles

2010-01-26 Thread Aaron Rudolph
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