6 messages in com.googlegroups.android-beginners[android-beginners] Re: Spinner item ...
FromSent OnAttachments
jdav...@gmail.com25 Jul 2008 16:30 
Esteem26 Jul 2008 01:03 
Esteem26 Jul 2008 01:05 
Esteem26 Jul 2008 01:06 
jdav...@gmail.com26 Jul 2008 06:00 
Juan David Trujillo C.26 Jul 2008 12:47 
Subject:[android-beginners] Re: Spinner item click event not supported
From:Esteem (enjo@gmail.com)
Date:07/26/2008 01:05:17 AM
List:com.googlegroups.android-beginners

update: actually, i use setOnItemSelectedListener()

its supported, the sdk documentation just hasnt been updated

On Jul 25, 4:31 pm, jdav@gmail.com wrote:

Hi!

I´m writing an application in which I need to capture the clicked item from a spinner.  I found in the documentation the setOnItemClickListener(OnItemClickListener l) is not supported for spinners, so I have to look another way to achieve this.  I was wondering if anyone has found a way to work this around (perhaps using a expandable list like the one showed in the API demo??)  Any better ideas?

Thanks in advance,