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
Post a Comment