Using 'ref code' related to the spinner option chosen
- by user1508541
I am trying to add a spinner function in a trial app which compares the frequency charts of earphones.
I am trying to extract the info from " http://www.headphone.com/learning-center/build-a-graph.php " website. what I want to do is make the spinner work like the drop down list in the mentioned website.
On further inspection what I found was that every dropdown element is provided with a unique code that is called when the particular element is selected.
I need help in replicating the same in an android spinner.