I'm making an android application in eclipse, but I got some issues with the spinners. First of all I would like my spinner to start on no target at all. You see when I start the application the spinner already have the first item in my list selected, and I don't like that. My second issue is that I would like to link specific targets on my list to different url website, don't know really how to do that.
something like:
if item <item>"xxxx"</item> is selected
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("http://google.com")));"