Is it possible to call a Spinner‘s onClickListener (the one that makes the Spinner‘s list of items come up) from another Button? If so, how do I do this? I’m thinking along the lines of iOS, where if I wanted to call a control’s action from elsewhere I could reference the control and send the appropriate callback message.
Is it possible to call a Spinner ‘s onClickListener (the one that makes the
Share
you can display spinner using onclick of button.So put above line in your button’s clicklistener.