I have one Spinner
in my app. I want to show all items of spinner automatically. In this scenario, I am not even touching/Clicking on Spinner to choose item.
Is it possible to call Spinner
to show its item automatically when some specific condition occur?
please, guide me how do I do this.