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.