Android Spinner: Get the selected item change event.

Posted by Soni Ali on Stack Overflow See other posts from Stack Overflow or by Soni Ali
Published on 2009-08-26T20:53:46Z Indexed on 2010/04/29 5:17 UTC
Read the original article Hit count: 760

Filed under:
|
|
|

How can you set the event listerner for a Spinner when the selected item changes>

basically what I am trying to do is something similar to this:

spinner1.onSelectionChange = handleSelectionChange;

void handleSelectionChange(Object sender){
    //handle event
}

© Stack Overflow or respective owner

Related posts about android-sdk

Related posts about spinner