Possible to programmatically open a Spinner in Android app?

Posted by johnrock on Stack Overflow See other posts from Stack Overflow or by johnrock
Published on 2010-04-21T01:46:18Z Indexed on 2010/04/21 1:53 UTC
Read the original article Hit count: 231

Filed under:

If you have a handle to a Spinner object in an Android activity, can you programmatically pop open the spinner options - thereby forcing the user to choose an option even though they did not click on the spinner themselves?

© Stack Overflow or respective owner

Related posts about android