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++ - llvm function pass ReplaceInstWithInst malloc -

java.lang.NoClassDefFoundError When Creating New Android Project -

Decoding a Python 2 `tempfile` with python-future -