The spinner object on android development really give me a big headache. First I face the OnItemSelectedListener event handler gets called every time it been set. And then I face the same event handler gets called when a spinner selection is changed programmatically.
Finally I manage to write a dynamic spinner example to work correctly.
No comments:
Post a Comment