Hello, I have a dynamically generated list of EditText widgets. When the text in one of them is changed I need to update the text in some of the others. I have setup a TextWatcher for each EditText in the adapter's getView() method but while I can use this to update the underlying model I cannot use it to get a handle to the other text edits in the listview.
I wonder whether anyone on this list could kindly point me towards a solution. Many Thanks, John Goche -- 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

