android - How to show Spinner items on specific condition occured? -


i have 1 spinner in app. want show items of spinner automatically. in scenario, not touching/clicking on spinner choose item.

is possible call spinner show item automatically when specific condition occur?

please, guide me how do this.

yes can use

  spinner.performclick(); 

when paricular condition occur.


Comments

Popular posts from this blog

C++: Boost interprocess memory mapped file error -

python - IO.UnsupportedOperation: Not Writable -

python - Selecting distinct values from a column in Peewee -