Need help with an issue I'm having while developing an android app. Im writing in Java and XML in android studio.
Trying to create a layout where I press a btn a new object of spinner is added to a list. I need to be able to obtain the selected info of each spinner. Like this: an example of UI.
Note: all spinner options are final - they are not changing and not daynamic.