update: actually, i use setOnItemSelectedListener()
its supported, the sdk documentation just hasnt been updated
On Jul 25, 4:31 pm, jdav...@gmail.com wrote:
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?