I've seen this question posted here before but I haven't seen any
answers to this problem yet. Any help would be appreciated.

I've implemented a spinner with an OnItemSelectedListener event
handler. When I initialize the spinner AND when a user makes a
selection the even handler gets called.

What I need is to determine when a user makes a selection. Is there a
way to determine in the OnItemSelectedListener whether the event was
triggered because of data initialization, or because of a user
selection?

Or... am I going down the wrong path trying to do this with the
OnItemSelectedListener? Is there a better way to to capture a user
selection event on a spinner control?

Thanks,
-Kerry



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