Nevermind.  I figured it out.  I had a paramater named position, in my
getView for my extended ArrayAdapter class.  I didn't realize that I
was overriding that variable name in my setOnItemSelectedListener for
the spinner.  Everything seems to be functioning as expected, now.

-Mark

On Feb 22, 7:47 am, Mark Winchester <[email protected]> wrote:
> 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 [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