spinner ( change elements via editext and button )

fifiddu70

Well-Known Member
Licensed User
Longtime User
I have a spinner with different elements inside and I would make sure that if I write about a editex one of the names contained within the spinner, the pressing a button should change displayed item, showing the newly chosen in editext.
 

Ricky D

Well-Known Member
Licensed User
Longtime User
I'm not sure what you mean.

Do you want to choose an item from the spinner and put it into an edittext?

regards, Ricky
 
Upvote 0

fifiddu70

Well-Known Member
Licensed User
Longtime User
I would like to change the name of the selected item in the spinner, with another name always inside the spinner element, when I open the program for example I see a name on the spinner, if I click on the spinner can change element, I wish I could change "element without having to click on spinner, simply by entering the name on editex and then with the button1 button change the item displayed in the spinner
 
Upvote 0

Ricky D

Well-Known Member
Licensed User
Longtime User
How are you populating the spinner?

I'd grab data into a list and populate the spinner.
Then when you want to change an element do in the list then repopulate the spinner.

Regards Ricky
 
Upvote 0
Top