Greetings, I have a DropDown, which is filled from a Firebase database. And what I want to know is how to do so that when choosing a country, in the TextView, the Currency type is placed.
Example:
If I select Venezuela in the DropDown, in the TextView I put Bs.S
Or if I put Zelle in the DropDown, the TextVIew will put me $USD and so on with each country.
Can that be done, I'm new and I don't know how to achieve it?