Hey, I'm really new with android development just started a few hours ago. I need to make a application for a school project and it needs to be done soon.
So far have I made a spinner with some alternatives to choose from. But here is my problem. How do I make so when I click on one of the targets listed in my spinner so it links to a webpage.
I don't know how to use "AdapterView.OnItemSelectedListener." or if it is necessary here or not.
I would be very thankful for some advices. thanks a head
You can try setting the onItemSelectedListener to your spinner:
EDIT:
This will open the browser with your url.