Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+9 votes

In Android Studio, how do I set an ImageView to change based on what the user picks using a Spinner? More specifically, if I have a Spinner drop down menu for different birds to choose from, how do I make it so an ImageView changes to show what the user selects? I already have images for all the different bird selections, I just don't know how to actually make the Spinner choice change what is displayed on the ImageView.

asked in CSC490_Spring202021 by (1 point)

1 Answer

+2 votes
...