I've got a problem.  I've got data tied to my user interface.  On my
layout, I've got a ListView that contains either EditText objects, or
Spinner objects, that are tied to data.  I've got onTextChanged and
onItemSelected listeners set up, for the EditTexts and Spinners that
are supposed to update the data in my array.  Basically, the object's
position in the ListView corresponds to the index in the data array.
As of yet, I haven't figured out a way to get the Spinners' position
in the ListView from the onItemSelected event.  Anybody got any
advice?  I could use a little help.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to