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

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -