I\'m trying to extend Spinner Android class in my code to implement a new function, but for some reason this didn\'t work.
It appears that android\'s Spinner class (and possibly ListView in general, although I don\'t know for sure) calls your OnItemSelectedListener\'s onItemSelected() method after you call setAdapter(), e
I\'ve thought of some less than elegant ways to solve this, but I know I must be missing something. My onItemSelected fires off immediately without any interaction with the user, and this is undesire
I\'m t开发者_高级运维ry to change text color and align item in spinner to center of it how can I do this