Android Spinner selection

Posted by Arutha on Stack Overflow See other posts from Stack Overflow or by Arutha
Published on 2010-04-14T09:01:21Z Indexed on 2010/04/14 9:03 UTC
Read the original article Hit count: 876

Filed under:
|
|

The OnItemSelectedListener event handler gets called both when a spinner selection is changed programmatically, and when a user physically clicks the spinner control. Is is possible to determine if an event was triggered by a user selection somehow?

Or is there another way to handle spinner user selections?

© Stack Overflow or respective owner

Related posts about android

Related posts about spinner