Ummm, on mobile devices, it's not a good way to display a equivalent of HTML <select> You cannot achieve what you are looking for by using the default Spinner.
However, I think you can try and change the behaviour by extending the Spinner class. Just my guess, never thought about it, and never tried it. :) Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com On Tue, Nov 23, 2010 at 6:35 PM, pedr0 <[email protected]> wrote: > Do you are looking a spinner wheel or a spinner menu? > > > > On 23 Nov, 10:28, Jithin <[email protected]> wrote: > > Hi friends, > > > > As part of my project I need a spinner that should display > > items like HTML select tag rather opening a new window. > > Is it possible...? > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

