I’m new to Android and Java. I want to create an application with one spinner. I want it to: select an element form the spinner, for example element1, and I want it to show in a text view case, a definite text.
Spinner id: `Spinner_Elemente`
Spinner Items: String Array: `Elemente`
Text View id: edtElemente
Can you help me with some simple code? I looked on the developer site but I don’t understand it. So, I would be grateful if you can help me with an simple code for my example.
sorry for my eng. 🙂
SOLVED, @Rishi,there was a little problem in the code…. The corect code