Spinner dont respond for the first selected item…
for example
in order to make the following blocks i need to add an empty item using comma.
this property doesn’t work. Even the Button setText methord didn’t work.
i changed to it . it worked.
Overall all the After Selecting event is raised when the item having index greater than 1 is selected.
i did that because i don’t want to show about twice.
using a comma create an empty item having index 1 (which is ofcourse of no use).
but doing this made ‘about’ at second index and the “if” block worked for “about”.
I have the same problems. I have a spinner with the first element called “Settings” to go to a settings screen when it is selected. The spinner does not respond to a click on this first element. But it gets fired when the screen initializes. I had to disable it to prevent the app from opening in screen 1 and going straight to the settings screen. Can anybody confirm this and could this be the same problem?