spinner

Help! I need a Spinner, Radio Group with Radio buttons, EditText, and setText

Ok, I'm not great at explaining this as I'm new to Android so work with me. I have tried everything I can find and I dont know how to make everything work together. I have a Spinner to select an age group, a Radio group with Radio buttons to allow you to select Gender (male or female), I have an EditText that I will allow for numerical i...

How to change the color of the an item of a spinner's select list ?

Basicly i want to use first item as a "select one" message but i want it look different than other items on the select list. I am using getView but it is only changing the color when the item is selected.On the select list(when i click on the spinner to select an item) it does look same with others ! ...

why does my android spinner display the radio button in the textview?

i have a spinner with an arrayadapter that is dynamically managed. when it gets displayed, the spinner text also displays the radio button. how do i get rid of this radio button? NOTE: i'm not talking about the radio buttons that appear in the list that is displayed when i select the drop down on the spinner. here is a pic of what it ...

Android use an imageview to show a Spinner

How to? The spinner not showing, but the imageview yes. When i click on the image, then the Spinner showing up. ...

AlertDialog setSingleChoice without radio buttons

I am using an alertDialog to display data similar to a spinner. Is there a way to move the active selection (like in setSingleChoice) using setItems ? I want the displayed list to look like a spinner, without the radio buttons. ...