Friday, April 20, 2012

Android Dynamic Spinner

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