Android Preventing Double Click On A Spinner -


i have unwanted problem default in spinner view.

on android 2.2 when double click spinner opens twice, upon pressing button 2nd spinner closes 1st 1 remains open.

i need fix issue.

i want spinner show once regardless of how many times user clicks it.

this problem doesn't exist in android 4.0+.

is there way fix bug?

you can use setenabled(false) when user click on item first time prevent further interaction, , make setenabled(true) when need.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

qt - Errors in generated MOC files for QT5 from cmake -